Skip to main content

Eu estou usando o seguinte código:





<script src="https://unpkg.com/blip-chat-widget" type="text/javascript">

</script>

<script>

(function () {

window.onload = function () {

new BlipChat()

.withAppKey('dHJ1Y2twYWRzaXRlMjowZWQ3Yzg3My00ZDc5LTQxNWEtYjQzMS01MmViMTA0NTY5NDU=')

.withButton({"color":"#2CC3D5","icon":""})

.build();



window.setTimeout(function() { window.blipClient.toogleChat() }, 3000);

}

})();

</script>





Mas o chat não esta abrindo

Gabriel, consegui resolver esse problema e postei aqui no fórum




Olá @GABRIEL_FRANCISCO_D1,


Existe já um tópico sobre esse mesmo assunto 🧐, segue solução 😉




Comente