In my last post I talked about Simple way to increase your Facebook fan page fans and the idea was to suggest (Invite) your friends to show your Facebook fan page. If you have huge number of friends, you might find it hard to select all of them one by one. Thanks to Sudip for his Comment and letting us know about this useful Greasemonkey script which will let you select all your friends with one Click.
I tried this trick on my Chrome browser and it worked instantly. To get started with this:
- Install Select all Facebook Friends Greasemonkey Script: You should be using Chrome 4.0+ or you can install it on Mozilla Firefox after installing Greasemonkey Addon.
- Once script is installed, go to your Facebook fan page and click on suggest to friends, and you will have a screen like this:
Notice the part Start from and Till: In this picture I have selected friends from 1 to 2161. Once you are done entering number click on Click them and this will select all your Facebook friends at once. Now click on Send invitation and every Facebook friends will be invited instantly.
This is the easiest way to invite all Facebook friends at once. I’m sure those who have huge friend list on Facebook will love this script and Hack.
If you find this tip useful, don’t forget to share it among your friends on Facebook.
Update: This greasemoneky script is not working any more. Wait for updated tutorial.
Subscribe Updates, Its FREE!




→
{ 11 comments… read them below or add one }
Thanks for this tip harsh.
Thanks alot ……
Thanks Harsh for this information. I read about it few weeks ago but then forgot the source of it. Now I’m going to keep this just in case. ^^ Appreciate the clear walk through.
@wchingya
Social/Blogging Tracker
Nice tips, thanks Harsh to post this.
This worked for me also.
Why won’t it let me suggest all of my friends as fans?! I have 1,950 and only 840 fans. It will only make a suggestion if I add new friends. It shows all of my current friends whom are all highlighted and yet I cannot suggest to all of them.
This is a great tip. However, please be aware of Facebook’s policy on spam. I have seen a lot of fan pages removed because Facebook happened to noticed a surplus of invites all at once. This is the reason on social gaming apps in Facebook were limited when a person sent app gifts to their friends.
Nice tips. Thanks
Try this JavaScript Codes
1. This Will Select All Friends
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
Or
2. This Will Select only those friends Who are not their on that Particular fan page/group
javascript:fs.select_all();
Great Tip … Thnx a lot dude
I installed greesemonkey, installed the code and see the from-till boxes, but when I hit click them, nothing happens.
the java script thing doesn’t work for me either….
Is there something that I need to do to allow it to work??
copy this into your browser address bar and press enter:
javascript: fs.select_all()