Can I automatically open my bot conversation?
Want to send someone your website with the bot already open?
Simply add this to the end of your URL:
?continually_open=yes
e.g - http://continual.ly/pricing/?continually_open=yes
Do you want to have your bot open automatically on the whole website? Simply change the first line of your embed code to :
<script> var continuallySettings = { appID: "xxxxx", delay:300, ready: function(continually){ continually.startConversation(); } }; </script>
Replace xxxxx with your app id found in your embed code. This will make your bot open automatically when your page is visited.