Skip to content

Instantly share code, notes, and snippets.

@bogdanRada
Forked from cleytonmessias/scriptZopim.js
Last active August 29, 2015 14:15
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 bogdanRada/23eb1956dc3910ceaca6 to your computer and use it in GitHub Desktop.
Save bogdanRada/23eb1956dc3910ceaca6 to your computer and use it in GitHub Desktop.
<!--Start of Zopim Live Chat Script-->
< script type = "text/javascript" >
window.$zopim || (function (d, s) {
var z = $zopim = function (c) {
z._.push(c)
}, $ = z.s =
d.createElement(s),
e = d.getElementsByTagName(s)[0];
z.set = function (o) {
z.set.
_.push(o)
};
z._ = [];
z.set._ = [];
$.async = !0;
$.setAttribute('charset', 'utf-8');
$.src = '//v2.zopim.com/?1iIY8MkZqepvohXq9uVb1KgGG3Z7aumD';
z.t = +new Date;
$.
type = 'text/javascript';
e.parentNode.insertBefore($, e)
})(document, 'script'); < /script>
<!--End of Zopim Live Chat Script-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment