Skip to main content
All CollectionsIntegration
Add A Widget To A HighLevel Page
Add A Widget To A HighLevel Page

Are you trying to add the widget code to your HighLevel Site Builder? (High Level, Go HighLevel, GoHighLevel)

Updated over a week ago

To add widget code to your HighLevel site builder, the code must be broken up.

You must separate the JavaScript code from the HTML <div> box.

Let me show you how it works

Our widget code:


<div class="ew-wid" data-wid="YA0rc93PX2fuPRCpxAOkvw==" data-loaded="no" data-schloaded="no"><script type="text/javascript" src="https://ewpcdn-ecs.easywebinar.com/widget/js/ew_v2_widget.js"></script></div>
โ€‹

The section that starts at <script... and ends at </script> needs to be separated.

You will be removing this part:

That will leave you with: (**Use the code from your app not this one)

<div class="ew-wid" data-wid="YA0rc93PX2fuPRCpxAOkvw==" data-loaded="no" data-schloaded="no"></div>

Now put those two codes into your HighLevel page builder.

If you need any assistance with this please open a chat message and they will help you.

Did this answer your question?