Paste this code anywhere inside your own html to embed this chatbot:
<script>
(function() {
const script = document.createElement('script');
script.src = 'https://dissentbot.com/widget.js';
script.async = true;
document.body.appendChild(script);
})()
</script>