Integrations
Embed & platforms overview
Add the WisebotAI chat widget to HTML, React, Next.js, JavaScript, and Framer sites.
Embed & platforms overview
The WisebotAI widget embeds as a floating chat bubble on any website via a single script tag. Choose your platform below for a complete copy-paste example.
Platforms
| Platform | How to add |
|---|---|
| HTML | Paste <script> before </body> |
| JavaScript | Dynamically append the script, use the JS API |
| React | useEffect in a root component |
| Next.js (App Router) | next/script in layout.tsx or page.tsx |
| Next.js (Pages Router) | next/script in _app.tsx |
| Framer | Custom Code → End of <body> |
For the full code examples, configuration attributes, and JS API reference see:
Quick reference
The script URL for all platforms:
https://widget.wisebotai.com/widget.jsRequired attributes on every snippet:
data-organization-id— your workspace IDdata-agent-id— the agent that answers conversations
Find both IDs at Dashboard → Integrations (/integrations).