From 7b3b96b524f9b56d63d6399812ad4a039aee9740 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Fri, 24 Jan 2025 08:25:38 +0000 Subject: [PATCH] GITBOOK-132: No subject --- docs/faq/how-can-i-add-the-chatbot-widget-to-my-website.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/faq/how-can-i-add-the-chatbot-widget-to-my-website.md b/docs/faq/how-can-i-add-the-chatbot-widget-to-my-website.md index 53f0ced5..0ecce423 100644 --- a/docs/faq/how-can-i-add-the-chatbot-widget-to-my-website.md +++ b/docs/faq/how-can-i-add-the-chatbot-widget-to-my-website.md @@ -1,4 +1,4 @@ -# How can I add the Chatbot Widget in my Website? +# How can I add the Chatbot Widget to my Website? The [Hexabot](https://hexabot.ai/) Live Chat Widget is a React-based embeddable widget that allows you to integrate real-time chat functionality into your website. This guide will walk you through how to add the widget to your website, customize it to fit your needs, and manage its settings. @@ -44,8 +44,7 @@ Once you have built the widget, embedding it on any webpage is straightforward. ReactDOM.render( React.createElement(HexabotWidget, { apiUrl: 'https://api.yourdomain.com', - channel: 'offline', - token: 'token123', + channel: 'web-channel' }), shadowContainer, );