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