How you can get more followers on Twitter

Hi again Pivotal followers. We have another really handy tip for you. If you liked our https://Pivotal.digital/invite-friends-page-facebook/3399 guide on how to add all friends on Facebook then you'll definitely like this. Below is a guide on how to follow thousands of people on Twitter. A lot of them will follow you back. You can then use a similar code to unfollow them all, and keep your 'Twitter Clout'. Lets get more followers!

Follow everyone on someone elses Twitter

Here goes:1. Open Chrome and navigate to someone's Twitter page, preferably someone with a lot of fans / followers.2. Click on the link which allows you to see all of that persons followers.3. Press [APPLE] + [ALT] + J or CTRL + SHIFT + J to open up the Javascript input window.4. Scroll right to the bottom of the list as Twitter extends the list only when the list is scrolled. Go right to the bottom. This may take a while but not as long as clicking them all!UPDATE: Now you can have a script do the scrolling for you! Just load up the page you want to follow / unfollow from and then run this:

var scroller = setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);

Then, wait... when you reach the end run this to clear it (to save memory):

clearInterval(scroller);

5. Copy and paste the below code into the new area in Chrome.

__cnt__=0; jQuery('span.follow-text').each(function (i, ele) { ele = jQuery(ele); if (ele.css('display')!='block') { console.log('already following:', i); return; } setTimeout(function () { ele.click(); }, __cnt__++*500); } );

6. Just sit back and wait. The code will use it's delay to emulate human clicks and go through all people on that page. It will save you from RSI if you use this technique already.7. Kick back and relax, maybe even get a domain and hosting package from Pivotal while you wait. Just type in a domain you’d like in the text area in the above menu and hit the big red ‘GO’ button.NB. Some extra tips for making this even easier:- Use the 'PAGE DOWN' button and hold it down instead of scrolling or pressing it over and over again. This should load about 20 or so followers per 2 button presses.- Leave the page doing it's thing while you go do something else. Because of the human emulation element it can a little while.- Keep it to a limit of about 500 people per day. Technically Twitter will not allow more than this. Some people have reported that Twitter may suspend accounts temporarily for doing this too often. We will improve the code over time to get around this.- You cannot follow more than 2k people, which means once you have recieved your follows from this you will need to unfollow your entire list a do this again with another high profile Twitter user. Unfollow code to come soon.- Regularly doing this is a violation of Twitters policies and could give you a long term or permanent suspension. Only do this every so often to keep within their policies and preserve your account.

Un-follow everyone on someone elses Twitter

OK, so to un-follow everyone just use this below code:

__cnt__=0; jQuery('span.follow-text').each(function (i, ele) { ele = jQuery(ele); if (ele.css('display')!='none') { console.log('already following:', i); return; } setTimeout(function () { ele.click(); }, __cnt__++*500); });

 ONLY DO THIS EVERY 5-7 DAYS OR SO TO AVOID BEING BANNED OR SUSPENDED.[youtube https://www.youtube.com/watch?v=jzq12VhZUjA]The example used in the above video features Metal Forum. The many thousands of fans they have on their Twitter account are from using this technique.

Previous
Previous

Best way to link to a CMS page in Magento

Next
Next

The Most Amazing Website & Kitchen Printer EVER