Add to my site

To add a chat button for your bot to your site, simply add the below code snippet. It can be styled to fit your look and feel.

<button onclick="window.open('http://localhost:3000/chat2/?botid=<your bot id>', 'Chat', 'resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=n, top=100, left=100, width=600,height=800')">
    chat
</button>