I would like to find out how I can use iframes to display my bot the way I want on my website. Can you tell me how I can do this ?
Hi !
In order to use your chatbot with iframes, you need to use a little bit of HTML.
You need to insert this bit of code in your HTML :
<iframe width="300" height="300" src="https://app.ideta.io/web-display/BOT_ID></iframe>"
where BOT_ID can be found in the settings section :
This will insert a 300x300 iframe in your HTML code.
Enjoy !