Popup Embed
The Popup method is the most popular way to add a chatbot to a website. It places a "call to action" icon (usually in the bottom right corner) that users can click to expand the chat.
Configuration Options
When you select the Popup tab in the Publishing Options modal, you can customize the following:
- Speaker Name: This text will appear as the title in the header of the popup window (e.g., "Lorenzo" or "Support Bot").
- Intro Message: A short welcome text that appears in a small bubble next to the chat icon. This serves as a call to action to encourage users to click.
- Chat Icon: Choose which image represents the bot as the call to action. You can use your personal avatar, a default bot icon, or upload a Custom Image.
Generating the Code
Once you have filled in the details, click the Create Code button. You will be provided with a small snippet of JavaScript.
Installation: Copy and paste this code into your website's HTML, typically just before the closing </body> tag on every page where you want the chat to appear.