Skip to content

Instantly share code, notes, and snippets.

@haplabs
Last active April 3, 2020 20:18
Show Gist options
  • Save haplabs/4c5f65da304acff712f63f2b1d132bbc to your computer and use it in GitHub Desktop.
Save haplabs/4c5f65da304acff712f63f2b1d132bbc to your computer and use it in GitHub Desktop.
<div id="sapioschat-widget">
<div id="sapioschat-container"></div>
</div>
<script src="https://preprod.sapios.com.br/chatapp/public/js/livechat.js"></script>
<style>
#sapioschat-container {
position: fixed;
overflow: auto;
height: 650px;
width: 450px;
right: 10px;
bottom: 10px;
overflow: hidden;
}
</style>
---- PARA ABRIR O CHAT - openChat('https://preprod.sapios.com.br/chatapp/?t=3ff4b6d6-1cc4-499a-8123-cc30178a0178')
---- PARA FECHAR closeChat();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment