Last active
April 30, 2021 20:06
-
-
Save ferco0/691ed080aea0c492d1da2f41bccac319 to your computer and use it in GitHub Desktop.
Revisions
-
ferco0 revised this gist
Apr 30, 2021 . No changes.There are no files selected for viewing
-
ferco0 created this gist
Apr 30, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ <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>