Implement Chat Widget
This page guides you through the implementation alternatives of the Ebbot Chat widget.
Implement the Chat widget script on your website
<script>
window.Ebbot = {
botId: '',
ovh: true
};
</script>
<script>!function(t){var e="init-js-widget";if(!t.getElementById(e)){var i=t.createElement("script");i.id=e,i.src="https://storage.gra.cloud.ovh.net/v1/AUTH_fc1ba5ae6eb64e10a8c0b2499d0e8ca9/production/ebbot-web/init.js?t="+Math.random(),t.querySelector("body").appendChild(i)}}(document);</script>Implement embedded layout variants of the Chat widget
window.Ebbot = {
botId: 'YOUR_BOT_ID',
ovh: true,
variant: 'hero' // Use 'hero' or 'embedded'
}Last updated
Was this helpful?

