Last active
April 30, 2021 20:06
-
-
Save ferco0/691ed080aea0c492d1da2f41bccac319 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://embedded.colmeia.me/v1/colmeia-embedded.js"></script> | |
<script> | |
ColmeiaEmbeddedChat.initialize('HYGbLgzJyKKRhmP3WhrfHWThjdfpfKSb', { | |
title: "Título", // Título da caixa de chat, | |
description: "Descrição", // Descrição durante o preenchimento do formulário, | |
display: { | |
position: "bottom-right", // bottom-left, bottom-right | |
mode: "button", // button, programmatically, instantly | |
/*header: { //objeto opcional | |
show: true // default true | |
},*/ | |
/*size: 'small', // small,full default = small */ | |
}, | |
customer: { | |
metadata: { | |
name: '', //preencha com seu código esta informação | |
}, | |
identifier: undefined // Identificador único do cliente, se não prover nenhum será usado um aleatório não permitindo repetir a sessão do usuário.. | |
}, | |
/*button: { // Propriedade button é opcional | |
url: undefined // Url customizada para o botão de chat, se não prover nenhuma será usado o default.. | |
}*/ | |
environment:"beta" | |
}) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment