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
- Add an Embed element where you want the testimonials.
- Paste the embed snippet inside the Embed element.
- Publish your site. Done.
WordPress
- Edit the page or post.
- Add a "Custom HTML" block.
- Paste the embed snippet inside.
- Save / Update.
Carrd
- Add an Embed element to your section.
- Type: "Code". Style: "Hidden".
- Paste the embed snippet in the Code field.
- Save and publish.
Notion site (Super.so, Potion, etc.)
- Find your site's Custom Code / Embed settings.
- Paste the snippet into the "body" or "footer" code area.
- Republish.
Framer
- Add an Embed component to your page.
- Paste the snippet into the HTML field.
- Publish.
Plain HTML / custom site
- Open the HTML file or template.
- Paste the snippet anywhere inside <body>.
- 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.