Lingo Blocks Docs
  • Getting Started
    • Quick Start
  • Assistant
    • Edit Profile
    • Custom Instructions
    • Actions
  • Knowledge Base
    • Text
    • Website
  • share
    • Chat Bubble
    • Inline Chat
  • API
    • Getting Started
    • Authentication
    • Endpoints
    • Streaming
Powered by GitBook
On this page
  1. share

Inline Chat

Last updated 1 year ago

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.