Adding live chat to the application

I would like to embed a live chat app to my application built on Razen Angular. How can I do this.

Here's the documentation from Hubspot which is providing the live chat.
Install the HubSpot tracking code
Troubleshoot the HubSpot tracking code

The code looks like this

<!-- Start of HubSpot Embed Code --> 
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/21391697.js"></script> 
<!-- End of HubSpot Embed Code -->

There must be a way to insert this code in the app somewhere so it can run the live chat.
Many thanks for your help

You can add client\src\index.html to application ignore list and place this script there:

1 Like

Thank you, this is awesome!