...
How to Add Chat Widget on a Website
...
Navigate to the project you'll use to manage the service requests coming from the Chat Widget and open its Project Settings.
...
Click Chat Settings > Website Live Chat.
...
Copy the installation code to the clipboard.
...
...
Open your website’s backend. Access the server where your website is hosted using the tool that allows you to modify files or log in to your platform's dashboard.
...
Locate the file that contains the </body> tag.
While it might differ depending on how your website is built, the rule of thumb would be to search for the files with .html or .php extension. Usually, it will be either index.html or index.php, but there might also be some additional subpage files.
...
Find the </body> tag, and add the JavaScript code you’ve copied before it.
...
Paste your JavaScript code snippet above the closing </body> tag of your website's source code.
...
Save the changes.
...
Check your website to make sure the widget has appeared.
Can’t see the widget on your website? Try these out:
Make sure you’ve enabled Chat for the project on the Chat Settings > General Settings page
Double-check the code changes
Verify widget visibility settings
Repeat the steps described above(“How to Add Chat Widget on a Website”) to make sure you’ve followed them correctly
Contact our support
...
To use the Trusted URL(s) feature:1.
Navigate to the Project Settings > Chat Settings > Website Live Chat page.
...
Scroll down, and here you will see an option to add the URL(s) of websites where your Chat Widget should appear.
...
Simply enter the URL(s) in the provided field. Make sure you add the correct protocol before your web address (e.g.,
https://
).
...
Click Save to apply the changes.
Note |
---|
Please note that if you choose to skip this step, your Chat Widget may be embedded on unknown websites, potentially leading to security risks. We recommend that you use this feature to ensure the security of your Chat Widget. |
...