Embedded Chat not loading on website with Embedded Form

The Chat is not loading/showing on a website which also has an Embedded form. Symptom includes this error in the console when loading the page: The Chat embed code needs to be above the Form embed code within the webpage HTML. This is so the Chat can load before the Form to prevent any conflict.

Halo Chat Widget Properties and Examples (v2.172+)

Quickstart You can embed chat on your website by adding the following to the end of your html body. You can retrieve your chat config id and key from Config > Chat > Chat Profiles, in the Halo Agent Application. <div id="halo-chat"></div> <script> var haloChatConfig = { chatServiceUrl: "https://yourHaloUrl.com/api", configId: "your-chat-config-id", configKey: "your-chat-config-key" } </script> […]

Chat Bot and Chat Profiles

In this guide we will cover: – What is the Chat Bot? – How to Configure a Chat Profile – User Verification – Start Live Chat – Translate Live Chat (Using Azure Translator) – Example Bot Flow – Customising the Chat Bot Profile – Setting which Chat Profile is used – Chatbot Variables  – The […]

Halo Live Chat – Embedded on Other Sites

In this guide we will cover: – Embedding Live Chat on Other Sites Embedding Live Chat on Other Sites Within the Chat Profile configuration, set "Access" to "Self-Service Portal & External Websites". This will allow the chat profile to be used without being logged into Halo as a user. If used on the Self Service […]