Inline Chat
Add the Website Embed script. Copy and paste your chatbot code snippet into your website HTML file.

Mount the chatbot. In order to mount the chatbot inline, add a "container" element. The chatbot component will be rendered inside the container element. The id
must be lingo-chatbot
.
<div id="lingo-chatbot"></div>
Use CSS to define the height and width of the element.
Last updated