...
How to Add Chat Widget on a Website
1. Open Navigate to the project you'll use to manage the service requests coming from the Chat Widget and open its Project Settings.
2. Click Project Settings > Chat Settings > Website Live Chat.
3. Copy your unique the installation code to the clipboard.
...
Or you can copy this code instead:
Code Block |
---|
<script src="https://chat-api.spartez-software.com/chat-widget.js" defer></script>
<chat-widget
jira-id="e84c8d2d-6fce-3430-9974-71dc95160489"
service-desk-id="15"></chat-widget> |
4. 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.
...