Simple Integration
<script async src="https://asset.fwscripts.com/js/live-helper.js" data-fwparam_chat_channel_id="[ChatChannelId]"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
setTimeout(() => {
var n = document.createElement("fw-live-helper");
document.body.appendChild(n);
}, 0);
});
</script>Last updated