1. Webchat UI
  2. Embedded Mode

Webchat UI

Embedded Mode

Learn how to embed webchat in embedded mode.

Embedded mode embedding setting is used to position the webchat UI in a custom position within your website. The webchat will grow to fit any div it is placed in.

HTML Tag

Next, add the Webchat component to your webpage by including the following HTML tag where you want the chat window to appear.

Add mode="embedded" parameter to stubber-webchat to set the webchat display mode

html tag
        <div>
    <stubber-webchat profile_uuid="0c7b4df1-6d5b-5c94-be7d-738e0814XXXX" mode="embedded"></stubber-webchat>
</div>