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

AttributeDefaultDescription
data-bot-idRequired. Your bot's unique identifier.
data-positionbottom-rightWidget position: bottom-right, bottom-left.
data-themeautoColor theme: light, dark, or auto (follows user preference).
data-greetingHi! How can I help?Initial greeting message shown to visitors.