Webflow

1 min read Updated Mar 11, 2026 Integrações

Add Social Intents to your Webflow site using project-level custom code or a page-level embed.

Option 1: Site-Wide (Recommended)

Open Project Settings

In the Webflow Designer, click the gear icon to open Project Settings.

Add Custom Code

Go to the Custom Code tab. In the Footer Code section (before </body>), paste:

<script src="https://www.socialintents.com/api/chat/socialintents.1.4.js#YOUR_WIDGET_ID" async="async"></script>

Save and Publish

Click Save Changes, then publish your site.

Option 2: Specific Pages Only

To add the widget to specific pages, use a Custom Code Embed element. Drag an Embed element to the bottom of the page and paste the script tag.

Note: Site-wide custom code requires a paid Webflow plan.