Install on any website
One line of code, before the closing </body> tag.
<script src="https://keyda.in/business/widget.js"
data-key="kb_live_your_key_here" async></script>Your key is on the Install page of your dashboard. It starts with kb_live_.
Where to paste it
Anywhere in the page will work, but just before </body> is best — the assistant then loads after your own content and never slows your page down.
If your site has a "footer code", "custom scripts" or "before body end" box in its settings, that box is exactly the right place.
Check it worked
- Open your website in a new tab.
- You should see a chat button in the bottom corner.
- Back in the dashboard, the Install page shows Installed on yourdomain.com once the widget has loaded from your site.
If the button does not appear, see limits and security — the usual cause is that your bot is still in draft, or your domain list does not include the site you are testing on.
Change how it looks
In Install → Appearance you can set:
- the accent colour (must be a hex colour like
#3b4ee0) - which corner the button sits in
- the button label and the greeting
Put the chat inside your page instead
If you would rather the chat sat inside a page — a "Support" page, say — add an empty container anywhere and the widget fills it instead of floating:
<div data-keyda-bot style="height:520px"></div>