We use a chatbot and we are trying to add the embedded code using buttonizer but nothing comes up. When embeding the code directly to the site it works. Also adding a regular javascript alert to the button, it shows up but does nothing when being clicked. If the alert works probably the chat will too. What can be the issue? This is the failing alert code added to a javascript button:
<script>
alert('Javascript running!');
</script>