Installing Widgets
Last updated
<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', 'WIDGET_ID_GOES_HERE');
script.setAttribute('data-container', '#engagement-widget-container');
document.body.appendChild(script);
}());
</script>