Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created August 14, 2014 06:53
Show Gist options
  • Save nixon1333/7edcb56ae2442b402284 to your computer and use it in GitHub Desktop.
Save nixon1333/7edcb56ae2442b402284 to your computer and use it in GitHub Desktop.
Implement live chat only using js code
<script type="text/javascript">
var __lc = {};
__lc.license = 4845221;
(function() {
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true;
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment