Embed Widget
Embedding the Chat Widget
Add the SellAIBots chat widget to any website with a single script tag.
Basic Installation
Paste this snippet before the closing </body> tag:
<script
src="https://chatbot-widgets.auramediastudios.workers.dev/widget.js"
data-bot-id="YOUR_BOT_ID"
data-position="bottom-right"
async>
</script>
Configuration Options
| Attribute | Default | Description |
|---|---|---|
| data-bot-id | — | Required. Your bot's unique identifier. |
| data-position | bottom-right | Widget position: bottom-right, bottom-left. |
| data-theme | auto | Color theme: light, dark, or auto (follows user preference). |
| data-greeting | Hi! How can I help? | Initial greeting message shown to visitors. |