How to integrate my chatbot to my website? Can you explain the process?
Sure, you can integrate your chatbot to your website. Your chatbot can be embed to the entire website or to one specific page.
To do so, go the “Publish” section and you will see the script to copy and paste on your website.
Once you added your chatbot to your website, you can still modify it. Just go to the “Publish” section and click on “Update” so that the changes may appear on your chatbot website directly.
We also have a blog post dedicated to this topic with more insights:
Chatbot integration
Thanks for your response. How can I embed the chat box in the mid center of the website?
Something like this Markup Hero - Free Screenshot & Annotation Tool in the screenshot/
Hi !
You need to use an iframe :
<iframe src="YOUR_CHATBOT_URL" width="300" height="300">
and insert it in your HTML.
Where width and height are in pixels.
Thank you, I’ll test it tomorrow.
Hi @Glen
I’ve tried but it’s not working. As I’ve been working on the local host.
Plz check the attached screenshots.
I do not see an iframe in your code :
the chatbot URL is :
https://app.ideta.io/web-display/BOT_ID
where you can get BOT_ID from the bot settings.