Getting started
We curated guides from the most popular platforms for embedding your custom chat widget.
Step 1: Add Your Public URL
On the Embed page, specify the URL of your website where you intend to embed the chat feature. This helps them ensure that the chat is properly configured for your site.
Step 2: Set Your Chatbot to Public
Once you've added your website URL, you need to set your website to "public" within the settings or configuration options provided by the chat service. This essentially allows the chat service to recognize and serve the chat interface to visitors on your website.
1. WordPress
WordPress is one of the most popular content management systems. Here's how to embed a JavaScript snippet:
Log in to your WordPress dashboard.
Navigate to Appearance > Theme Editor.
Locate the appropriate theme file (usually
header.php
orfooter.php
) where you want to insert the JavaScript code.Insert the JavaScript code snippet within the
<script>
tags.Save the changes.
For more details, refer to WordPress Codex.
2. Wix
Wix is a user-friendly website builder. To embed JavaScript in a Wix site:
Go to the Wix Editor.
Click on Settings.
Choose Tracking & Analytics.
Paste the JavaScript code snippet in the provided box.
Save your changes.
For detailed instructions, see Wix Support.
3. Shopify
Shopify is a popular platform for e-commerce websites. Follow these steps to embed JavaScript on Shopify:
Log in to your Shopify admin panel.
Go to Online Store > Themes > Actions > Edit code.
In the theme editor, find the appropriate template file (such as
theme.liquid
).Paste the JavaScript code snippet where you want it to appear.
Save the changes.
For further assistance, refer to Shopify Help Center.
4. Squarespace
Squarespace offers an intuitive website building experience. Here's how to embed JavaScript on Squarespace:
Access your Squarespace site editor.
Navigate to Settings > Advanced > Code Injection.
Paste your JavaScript code snippet into the appropriate field.
Save the changes.
For more information, visit Squarespace Support.
5. Joomla!
Joomla! is a popular open-source content management system. To embed JavaScript on Joomla!:
Log in to your Joomla! admin panel.
Go to Extensions > Templates > Templates.
Select the template you want to edit.
Paste the JavaScript code snippet into the appropriate file.
Save the changes.
For detailed instructions, see Joomla! Documentation.
6. Drupal
Drupal is a flexible CMS used for a variety of website types. To embed JavaScript on Drupal:
Log in to your Drupal admin panel.
Go to Structure > Blocks.
Choose the block where you want to add the JavaScript code.
Click on Configure and then Edit.
Paste the JavaScript code snippet into the block's content area.
Save the changes.
For more assistance, refer to Drupal.org Documentation.
7. Magento
Magento is a robust e-commerce platform. Here's how to embed JavaScript on Magento:
Log in to your Magento admin panel.
Go to Content > Design > Configuration.
Select the appropriate store view.
Click on HTML Head.
Paste the JavaScript code snippet into the Scripts and Style Sheets field.
Save the configuration.
For detailed guidance, visit Magento DevDocs.
8. Blogger
Blogger is a popular blogging platform owned by Google. To embed JavaScript on Blogger:
Log in to your Blogger dashboard.
Go to Theme > Edit HTML.
Find the appropriate location to insert the JavaScript code.
Paste the JavaScript snippet.
Save the theme.
For further assistance, see Blogger Help.
9. Weebly
Weebly is a drag-and-drop website builder. To embed JavaScript on Weebly:
Log in to your Weebly account.
Select the site you want to edit.
Click on Settings > SEO.
Paste the JavaScript code snippet into the Footer Code section.
Save your changes.
For more details, visit Weebly Support.
10. Ghost
Ghost is a popular open-source CMS for bloggers and publications. Here's how to embed JavaScript on Ghost:
Log in to your Ghost admin panel.
Go to Settings > Code Injection.
Paste the JavaScript code snippet into the Site Footer section.
Save the changes.
For detailed instructions, see Ghost Documentation.