Widget embed code
After you create a web widget deployment, copy the embed snippet into your site.
Standard embed
Section titled “Standard embed”<script src="https://widget.chatevo.ai/chat.js" data-deployment-id="YOUR_DEPLOYMENT_ID" async></script>Replace YOUR_DEPLOYMENT_ID with the ID from Deployments → Web widget → Embed.
Where to paste
Section titled “Where to paste”| Platform | Location |
|---|---|
| Custom HTML | Before </body> on every page |
| WordPress | Theme footer or plugin header/footer — see WordPress |
| Webflow | Project settings → Custom code → Footer — see Webflow |
Security checklist
Section titled “Security checklist”- Add your domain under Allowed domains.
- Enable JWT verification if users are logged in on your site.
- Test on staging before production.
Verify
Section titled “Verify”- Open your site in a browser.
- Confirm the widget loads and streams replies.
- If blank, see Widget not showing.