How to Integrate Boast with ClickFunnels 🎥

You can add a Boast form or widget to your ClickFunnels website.

 

First, find your Boast embed code:

  1. Select Widgets or Forms from your Boast dashboard, depending on which you are looking to embed.
  2. Click the Share link on an existing widget or form, or create a new one.
    share
  3. Copy the Website Embed (recommended) or iFrame Embed code.
    widget-embed

If you are having trouble with your embed code, please try these alternates, replacing FORM_ID_HERE or WIDGET_ID_HERE with your specific ID.

Alternate form embed code:

<script src="https://widgets.boast.io/current/components.js"></script>
<boast-form form-id="FORM_ID_HERE"></boast-form>
<a style="display:block;margin:4em 0;font-size:11px;color:#BABABA;" href="https://boast.io">Collect and share stories with Boast</a>

 

Alternate widget embed code:

<script async defer src="https://widgets.boast.io/current/components.js"></script>
<boast-display-widget widget-id="WIDGET_ID_HERE"></boast-display-widget>
<a style="display:block;margin:4em 0;font-size:11px;color:#BABABA;" href="https://boast.io">Collect and share stories with Boast</a>

 How to Find Your ID

  1. Go to your form or widget's normal embed code.
  2. Find either the data-widget-id or data-form-id

Collecting Testimonials with ClickFunnels

How to Add Embed Codes to ClickFunnels

  1. Edit a page.
  2. Click Elements > Add Element
  3. Under Misc Elements, choose Custom JS/HTML.
  4. Edit the new element and change the custom code type to "3rd Party Embed Code".
  5. Click Open Code Editor and paste your embed code.
  6. Save your changes.