Button to launch conversation
by Botsquad
HTML
<button type="button" onclick="BotSqd.openConversation('main')">Open conversation</button>
<script>
(function() {
// For sites in multiple languages, please adjust the 'locale' value accordingly.
var config = {
"botId": "597cf5da-0d1c-4ac0-a750-f7337da9509f",
"locale": "en"
};
var el = document.createElement('script');
el.setAttribute('src', 'https://bsqd.me/js/widget.js');
el.setAttribute('data-botsquad', JSON.stringify(config));
document.body.appendChild(el);
})();
</script>