Skip to content

Instantly share code, notes, and snippets.

@andresams
Created November 2, 2015 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresams/560df77cd637fcb5abf1 to your computer and use it in GitHub Desktop.
Save andresams/560df77cd637fcb5abf1 to your computer and use it in GitHub Desktop.
Abre uma janela com o chat do zopim
function abrir_zopim(chave_zopim)
{
var myWindow = window.open("https://v2.zopim.com/widget/popout.html?key="+chave_zopim,"","width=500,height=500");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment