Great plugin
-
Got great support on the live chat plugin today.
Wanted to make my chat window pro-active, so it opens after 5 seconds. They provided me a piece of code to make it work.
Here is the code:
setTimeout(function() {
window.CASENGO.closeInlineStatus();
window.CASENGO.hideChatBadge();
window.CASENGO.openVIPWindow(window.CASENGO.savedURL);
window.CASENGO.showInlineChat();
window.CASENGO.forceInBox();
}, 5000);Txs for the support!!
- The topic ‘Great plugin’ is closed to new replies.