Bubble

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

Add Social Intents to your Bubble app using the page header or an HTML element.

Option 1: Site-Wide via Page Header

Open Settings

In your Bubble editor, go to Settings > SEO / metatags.

Add to Script/Meta Tags

In the Script/meta tags in header field, paste the embed code:

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

Deploy

Deploy your app. The widget will appear on all pages.

Option 2: Specific Pages via HTML Element

Drag an HTML element onto the page and paste the script tag inside it. This approach lets you control which pages show the chat widget.