Most of the time Zopim chat makes your site slower.Here is an example how you can make your site load faster using Zopim chat.
Step 1.
Create html page zopim.html and put this code inside:
Step 2.
Go to the page where you want to put Zopim chat and put this code:
That is!
It is not so fancy , but definitely doing the job!
Simple as that.
Suggestions or problems ? Write a comment.
Renato Junior wrote:
Hi! On step 2 try this with latest version of Zopim:
iframe#zopim {
height: 30px;
width: 250px;
frameborder: 0;
border: 0;
position:fixed;
bottom:0;
right:0;
overflow: hidden;
background:transparent;
z-index: 10000;
scrolling: no;
}
$(window).load(function(){
function ZopimCheck() {
var $Zopim = $(“#zopim”);
var $ZopimChatClose = $Zopim.contents().find(‘.zopim:eq(0)’);
if ( $ZopimChatClose.is(‘:hidden’) ) $Zopim.height(340);
else $Zopim.height(30);
}
$(‘body’).on(‘hover’,’#zopim’,function(){ ZopimCheck(); });
ZopimCheck();
});
Link | April 1st, 2014 at 11:25
gumus alyans wrote:
couldnt get it working on my website…. with both solutions..
Link | January 31st, 2016 at 09:41
Ivan Gospodinow wrote:
What error do you get? Can you send an example?
Link | January 31st, 2016 at 12:38