View Categories

Can Webchat Widget be opened by default without click the button?

< 1 min read

The answer is yes, add the following script after the install code.

📄
<script async defer src="https://www.https:/ihakimi.com/js/widget/{YOUR_WIDGET_CODE}/float.js"></script><script> window.addEventListener("chatbot:ready", function () { window.$chatbot.toggle('open'); }); </script>
📄
<script>
window.addEventListener("chatbot:ready", function () {
    window.$chatbot.toggle('open');
});
</script>

Powered by BetterDocs

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top