ConvertFox / Gist Chat integration
<script type="text/javascript">
// copy paste below both airim and convertfox js scripts
// hide the launcher on load so that only airim is visible
convertfox.chat('hide')
// open ConvertFox widget when live chat button is clicked
// hide the airim widget after opening
window.airim('on','liveChatClick',function(){
convertfox.chat('openNewConversation');
window.airim('widgetHide');
})
</script>Last updated
Was this helpful?