Created
September 24, 2014 09:52
-
-
Save aganzha/3c83cba501824574bcdd to your computer and use it in GitHub Desktop.
chat
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 characters
<!-- Start SiteHeart code --> | |
<script> | |
(function(){ | |
var widget_id = 731258; | |
_shcp =[{widget_id : widget_id}]; | |
var lang =(navigator.language || navigator.systemLanguage | |
|| navigator.userLanguage ||"en") | |
.substr(0,2).toLowerCase(); | |
var url ="widget.siteheart.com/widget/sh/"+ widget_id +"/"+ lang +"/widget.js"; | |
var hcc = document.createElement("script"); | |
hcc.type ="text/javascript"; | |
hcc.async =true; | |
hcc.src =("https:"== document.location.protocol ?"https":"http") | |
+"://"+ url; | |
var s = document.getElementsByTagName("script")[0]; | |
s.parentNode.insertBefore(hcc, s.nextSibling); | |
})(); | |
</script> | |
<!-- End SiteHeart code --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment