✨Wix Integration Guide
Add an AI chatbot to your Wix website using the Custom Code feature in Settings.
1Open Custom Code settings
In your Wix dashboard, go to Settings → Custom Code.
2Add a new code snippet
Click the "+ Add Custom Code" button at the top right.
3Paste the embed script
Paste the BotEmbed.ai embed script into the code input area. Replace YOUR_BOT_ID with your actual bot ID.
4Configure placement
Under "Place Code in", select Body - end. Under "Add Code to Pages", select All pages. Give the snippet a name like "BotEmbed Chat Widget".
5Apply
Click Apply to save. The chatbot will appear on your published Wix site.
Code Examples
<!-- BotEmbed.ai Chat Widget -->
<script
src="https://www.botembed.ai/widget.js?botId=YOUR_BOT_ID"
data-theme="light"
data-position="bottom-right"
></script>Tips
You must have a Wix Premium plan to use the Custom Code feature.
Select 'Body - end' placement for optimal loading performance.
After adding the code, publish your site for the changes to take effect on the live version.
You can limit the chatbot to specific pages by choosing 'Choose specific pages' instead of 'All pages'.