Installing Widgets

HighLevel Agency Install


HighLevel Funnels & Websites Install

Adding an Engagement Widget™ can enhance your user experience by offering real-time chat support or interactive features.

1. What You Need

  • Access to your ChatHQ portal

  • Access to your HighLevel funnel or website settings

2. Select Widget in ChatHQ

  • Log in to your ChatHQ portal.

  • Navigate to the Engagement Section.

  • Choose the widget you'd like to install on your funnel or website.

  • Click on Widget Settings.

  • Scroll down to the bottom of the settings page to locate the Install Section.

3. Copy Installation Code

  • Within the Install Section, you will find the Installation Code.

  • Click the Copy button to copy this code.

  • You'll see a pop-up that confirms the code has been copied to your clipboard.

4. Go To HighLevel Funnel/Website Settings

  • Open your high-level funnel or website where you wish to install the widget.

  • Navigate to the Settings Section.

5. Paste Installation Code

  • Locate the Body Tracking Code section within Settings.

  • Paste the copied installation code from ChatHQ into this section.

6. Test Widget

  • To confirm the widget has been installed, click on Preview Page. You should now see the ChatHQ Engagement Widget™ on your page.

  • Click on the newly installed widget to ensure it's functioning as expected.


Wordpress Install


Google Tag Manager (GTM) Install

Engagement Widget Installation Script for GTM
<script>
    (function () {
        var script = document.createElement('script');
        script.async = true;
        script.crossOrigin = 'anonymous';
        script.type = 'module';
        script.id = 'engagementWidget';
        script.src = 'https://cdn.chatwidgets.net/widget/livechat/bundle.js';
        script.setAttribute('data-env', 'portal-api');
        script.setAttribute('data-instance', '');
        script.setAttribute('data-container', '#engagement-widget-container');
        document.body.appendChild(script);
    }());
</script>

Last updated

Was this helpful?