Well, today in this post i gonna share another funny JavaScript Facebook dislike button which will really make you laugh and also it can be help to increase Facebook likes. as you can see below iFrame, two Facebook buttons are there one for like and other one is for dislike :P as we all know Facebook has no dislike button so, that mean dislike button is for the fun, whenever you going to hit on the dislike button then it will moves and you will be not able to click on it. and i know after seeing this funny thing you will be impress on my funny work and hit the like button. ;)



  1. <html>
    <head>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=549510788403215";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <script type="text/javascript">
    flag=1
    function f1()
    {
    alert("Yes. you are right ")
    }
    function f()
    {
    if(flag==1)
    {
    Bn.style.top=90
    Bn.style.left=500
    flag=2
    }
    else if(flag==2)
    {
    Bn.style.top=90
    Bn.style.left=50
    flag=3
    }
    else if(flag==3)
    {
    Bn.style.top=235
    Bn.style.left=360
    flag=1
    }
    }
    </script>
    </head>
    <body>
    <h1 style="position:absolute; left:220px; top:175px; width:auto; height:210px;">Like Or Dislike</h1>
    <div id="By" style="position:absolute; left:285px; top:235px; width:210px;
    height:210px;">
    <div class="fb-like" data-href="https://www.facebook.com/ITTECHNOHUB" data-width="70" data-layout="box_count" data-action="like" data-show-faces="false" data-share="false"></div>
    </div>
    <div ID="Bn" style="position:absolute; left:360px; top:235px; width:210px; height:210px;">
    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglbBH3Nlu0T2_3yv7nAzztw2Drfzf8fjGOqiwHjH6_FfYPw7XiO8dPnkANMmxENaYwKYA3MhfyL0xgI_TQ3a-pJmRC0OFDE-Xf8RqomUMHJxHF95tIcJcjn-ll7iYYyHxS9BoLHPZ8WSg/s1600/dis2.png" title="Dislike" onmouseover="f()" />
    </div>
    </body>
    </html>
  2. Now just replace the Blue line in above code with your Facebook page username.


Share Us:

0 comments:

Post a Comment

 
Top