Install Live Chat on your website
Create a Chat App, allow your website, copy the installer, and verify that the Protodesk launcher appears correctly.
Updated
Live Chat lets website visitors contact your team without leaving your site. Messages from the widget appear in Threads alongside conversations from your other connected channels.
Enable Live Chat
- Open Settings.
- Select Live Chat.
- Select Enable Live Chat if no website Chat App exists yet.
- Confirm that the Website chat widget is enabled.
- Choose whether anonymous visitors may start conversations.
Allow your website
In Allowed websites, enter one exact HTTPS origin per line, for example:
https://www.example.com
https://app.example.comDo not include a path such as /support, and do not use wildcards. Add every production origin that will load the widget. Use local or preview origins only in an appropriate test Chat App.
Install the script
Under Install on your website, select Copy. Paste the generated script before the closing </body> tag on each page where the launcher should appear.
A minimal installer has this shape:
<script
defer
src="https://chat.protodesk.io/widget.js"
data-protodesk-app-id="<YOUR_PUBLIC_CHAT_APP_ID>"
></script>Use the generated code from Protodesk rather than manually copying an ID. It can also include your selected colour and theme.
Verify the installation
- Save and deploy your website change.
- Open the site from an allowed HTTPS origin.
- Confirm that the launcher appears in the chosen corner.
- Start a test conversation.
- Verify that the message arrives in Threads and that a reply returns to the widget.
If the launcher does not appear, confirm that the Chat App is enabled, the exact website origin is allowed, and no content-security policy blocks https://chat.protodesk.io.
Related articles
- Show your Help Center in Live ChatEnable Help Center content independently for each Chat App and verify that customers can search published articles.
- Customize the Live Chat widgetAdjust the Live Chat home screen, greeting, appearance, and customer-facing Help Center experience.
- Use Protodesk AssistConfigure Assist and review grounded reply suggestions, writing tools, translations, follow-ups, and ticket context.
- Set up your support emailForward customer email into Threads, verify your sending domain, and test inbound and outbound delivery.
- Create and publish a Help Center articleCreate a clear customer-facing article, organize it in a collection, preview it, and publish it when ready.