Added without touching your website
One line of script and a button appears in the lower corner. No page structure to change, nothing to rebuild.
Putting it on your site
-
1
Copy the install code
Take it from the chatbot edit screen. It already carries the identifier for that chatbot.
-
2
Paste it into the page
Just before the closing body tag. On platforms with a field for custom scripts, paste it there instead.
-
3
Check that it shows
Reload and the button appears in the lower corner. If it does not, the chatbot is private or that site is missing from the allowed addresses.
Adjusting the button
Add values to the install code to place and style the button.
| Setting | What it does | Default |
|---|---|---|
| data-offset-x | Distance from the right edge | 20 |
| data-offset-y | Distance from the bottom | 20 |
| data-button-size | Button diameter | 56 |
| data-color | Button colour | #2563eb |
| data-max-content-width | Align to your content width | 0 (viewport) |
| data-lang | Force the chat language | Follows the page |
| data-button | Use the default button | default |
Values are in pixels. On a centred layout where the button floats outside the content, set your content width to pull it inward.
Using your own button
Turn the default button off and place your own wherever you like, wired to open the chat window. It can sit in a menu or under a product, wherever it belongs.
What else connects
Outside channels
Connect Naver TalkTalk, Instagram, or Telegram and the same AI answers there too.
Analytics
If you already run Google Analytics, chatbot events can be sent there as well. Available on paid plans.
Other material
Attach an existing material link or chatbot as additional material to draw on.
QR codes
Material links and digital cards produce a QR code for print.
Common questions
- Will it break our design?
- The chat window renders in an area isolated from your page. Your fonts and colours do not reach it, and it does not reach them.
- Does it slow the page down?
- The script loads after the page has rendered, so it does not affect how fast your content appears.
- Can we show it on certain pages only?
- It appears wherever the script is. Put it in a shared layout for the whole site, or only on the pages you want.
- Can one chatbot serve several sites?
- The same install code works in multiple places. If you restricted allowed addresses, add each site to that list.