- Issue created by @Renrhaf
Integration of the Brevo livechat on the Drupal website, through the module's UI.
Example :
<!-- Brevo Conversations {literal} -->
<script>
(function(d, w, c) {
w.BrevoConversationsID = '***********';
w[c] = w[c] || function() {
(w[c].q = w[c].q || []).push(arguments);
};
var s = d.createElement('script');
s.async = true;
s.src = 'https://conversations-widget.brevo.com/brevo-conversations.js';
if (d.head) d.head.appendChild(s);
})(document, window, 'BrevoConversations');
</script>
<!-- /Brevo Conversations {/literal} -->
Active
1.0
Code