HomeDocsPublishing & EmbeddingInline Embed
Publishing & Embedding

Inline Embed

The Inline method allows you to treat the chatbot like any other element on your page (such as an image or a video). It is perfect for landing pages where the chat is a central part of the user experience.

Configuration Options

The Inline method is straightforward and uses an iframe:

  • Width: Define the width of the chat container in pixels (e.g., 500).
  • Height: Define the height of the chat container in pixels (e.g., 600).

Recommendation: For the best user experience, we recommend keeping the width and height to at least 400px to ensure all chat elements and buttons are easily clickable.

Generating the Code

Click Create Code to generate the HTML <iframe> tag.

Installation: Paste this tag into the exact location in your website's HTML code where you want the chat container to appear. The chat will load automatically within that dedicated space.