Embed Chatbot

Instructions for embedding the chatbot on your website.


This guide provides instructions for embedding the chatbot on your website using the provided script code.

Embed with Script

To add a chat bubble to the bottom right corner of your website, follow these steps:

Step 1: Embed Script

Copy and paste the following script into the <head> or <body> section of your HTML file. This will add the chat bubble to your website.

<script>
window.embeddedChatbotConfig = {
domain: "https://app.ollabot.com",
botId: "YOUR_BOT_ID",
};
</script>
<script 
src="https://app.ollabot.com/embed.min.js">
</script>

Replace "YOUR_BOT_ID" with your actual bot ID.

Step 2: Confirm Integration

After you have added the script code to your HTML, your chatbot will be embedded and should appear on your website.

Conclusion

Embedding the chatbot on your website allows you to interact with your visitors and provide real-time support. Follow the steps above to integrate the chatbot seamlessly.