Install the Chatbot on Your Website
Connect your smart assistant to your website to start interacting with your visitors.
Introduction
This is the final and most rewarding step: making your chatbot visible to the whole world. Once installed, the widget (the small chat bubble) will appear on your pages, ready to answer your customers’ questions 24/7.
DoxyChat was designed to integrate on any website, regardless of the technology used. Go to the Integration tab of your dashboard to get started.
Option A: The Standard Method (Universal)
This is the classic method, compatible with 100% of websites. It consists of copying a small piece of code and pasting it into your site.
- In the Integration tab, locate the JavaScript Snippet area.
- Click the Copy Code button.
- Open your website’s source code (or your theme manager).
- Paste the code just before the closing
</body>tag of your pages. - Save and publish.
Did you know? This script is “asynchronous,” which means it will not slow down the loading of your website.
Option B: The “Magic Injection” (For HTML Files)
If you manage a simple static site and are not comfortable with code editing, we have created a magic tool for you.
- In the Integration tab, locate the Magic Injection area.
- Take your
index.htmlfile from your computer. - Drag and drop it into the dotted area.
- DoxyChat analyzes your file, inserts the chatbot code in the right place, and automatically downloads the new version to your computer.
- All you have left to do is upload this new file to your hosting provider.
Option C: CMS Guides (WordPress, Shopify, Wix)
If you use a content management system (CMS), you do not need to touch the source code. Here is how to do it for the most popular ones:
Integration on WordPress
The easiest way is to use a free plugin to insert code.
- Install the “WPCode” plugin (or “Insert Headers and Footers”).
- Go to the Code Snippets > Header & Footer menu.
- Paste the DoxyChat code in the Footer section.
- Save.
Integration on Shopify
- Go to Online Store > Themes.
- Click on the three small dots
...next to your current theme, then Edit code. - Open the
theme.liquidfile (in the “Layout” folder). - Scroll all the way down the file until you find the
</body>tag. - Paste the DoxyChat code just before this line.
- Click on Save.
Integration on Wix
- Go to Settings > Custom Code (in the “Advanced” section).
- Click on + Add Custom Code.
- Paste the DoxyChat code into the text box.
- Name it “DoxyChat Widget”.
- Select Add Code to Pages: All Pages.
- Place the code in: Body - end.
- Click on Apply.
Verify the Installation
To ensure everything is working:
- Open your website in a new tab (preferably in private browsing to avoid cache).
- The chat bubble should appear at the location you configured (bottom right by default).
- Click on it and send a “Hello” to test the response!
