Docs / Embed anywhere

Embed on your site

After creating a widget, you'll get a one-line embed snippet like:

<script src="https://notionproof.com/embed.js" data-id="abc123xyz" async></script>

Paste it on any platform. Specific instructions for the popular ones:

Webflow

  1. Add an Embed element where you want the testimonials.
  2. Paste the embed snippet inside the Embed element.
  3. Publish your site. Done.

WordPress

  1. Edit the page or post.
  2. Add a "Custom HTML" block.
  3. Paste the embed snippet inside.
  4. Save / Update.

Carrd

  1. Add an Embed element to your section.
  2. Type: "Code". Style: "Hidden".
  3. Paste the embed snippet in the Code field.
  4. Save and publish.

Notion site (Super.so, Potion, etc.)

  1. Find your site's Custom Code / Embed settings.
  2. Paste the snippet into the "body" or "footer" code area.
  3. Republish.

Framer

  1. Add an Embed component to your page.
  2. Paste the snippet into the HTML field.
  3. Publish.

Plain HTML / custom site

  1. Open the HTML file or template.
  2. Paste the snippet anywhere inside <body>.
  3. Deploy / refresh.

Custom target element?

Add data-target="#my-div" to the script tag to render inside a specific element instead of next to the script.