Created
August 6, 2013 18:17
-
-
Save cggaurav/6167076 to your computer and use it in GitHub Desktop.
Merchii Hipmob
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
<!-- HipMob --> | |
<script type="text/javascript"> | |
var _hmc = _hmc || []; | |
_hmc.push(['app', ""]); | |
_hmc.push(['title','Talk to us']); | |
_hmc.push(['tab', { 'background-color': '#222222', 'color': '#FFFFFF', 'font-size': '12px', 'font-weight': 'bold' }]); | |
_hmc.push(['settings', { 'border-color': '#222222', 'height': '350px', 'width': '250px' }]); | |
_hmc.push(['title',"Talk to us"]); | |
_hmc.push(['statusicons', { | |
'online': '//www.hipmob.com/themes/gmail/online.png', | |
'offline': '//www.hipmob.com/themes/gmail/offline.png', | |
'disconnected': '//www.hipmob.com/themes/gmail/disconnected.png' }]); | |
_hmc.push(['controlicons', { | |
'open': '//www.hipmob.com/themes/gmail/open.png', | |
'close': '//www.hipmob.com/themes/gmail/close.png' }]); | |
(function() { | |
var hm = document.createElement('script'); hm.type = 'text/javascript'; | |
hm.async = true; | |
hm.src = 'https://hipmob.s3.amazonaws.com/hipmobchat.min.js'; | |
var b = document.getElementsByTagName('script')[0]; b.parentNode.insertBefore(hm, b); | |
})(); | |
</script> | |
<!-- End HipMob --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment