How to use Zopim chat outside your site.

June 11, 2013

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.

tags: ,
posted in how to ?, js by Ivan Gospodinow

Follow comments via the RSS Feed | Leave a comment | Trackback URL

3 Comments to "How to use Zopim chat outside your site."

  1. 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();

    });

  2. gumus alyans wrote:

    couldnt get it working on my website…. with both solutions..

  3. Ivan Gospodinow wrote:

    What error do you get? Can you send an example?

Leave Your Comment


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /home/c2kblate/sites/ivangospodinow.com/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 1048
 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org