...
With this option, the chatbot will automatically launch and be visible to users as soon as the page loads. This can be useful for providing immediate assistance or information to your visitors.
To launch on Page Load, add the following line to the bottom of your snippet:<script>OrbitaChatBotV3.hook('connect');</script>
change the value of the “template” key of the data-orbita-bot-Settings attribute to “expressAutoLaunch”:
data-orbita-bot-Settings='{"elementId": "orbitabot", "template": "expressAutoLaunch"}'>
Launching with Peek View
To launch the bot in “peek view” mode, change the value of the “template” key of the data-orbita-bot-Settings attribute to “expresspeekview”:
data-orbita-bot-Settings='{"elementId": "orbitabot", "template": "expresspeekview"}'>
\uD83D\uDCCB Related articles
...