Invite ALL Facebook Friends to a Group, Event or Page

I set up a couple of groups on Facebook and wanted to invite all my friends, but it would have taken an eternity because for some strange reason Facebook doesn’t allow you to “select all” friends when sending an invite. I mean, they’ll let you do it… but only if you click one at a time! Uugh.

Well anyway I went on a little search and found that you could cheat the system by inserting a little javascript to make it happen! Here is how to do it:

1. Go to your Event, Group or page and click “Invite People”.
2. Once the page has loaded you should see all of your friends, but they are not selected.
3. At this point, copy and paste the javascript code below into your Web browser’s address bar, then hit “Enter”.
4. If all goes well, it selects all of your friends!

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

Leave a Reply

Your email address will not be published. Required fields are marked *

*

To submit your comment, click the image below where it asks you to...
Clickcha - The One-Click Captcha

WP-SpamFree by Pole Position Marketing

Please note: JavaScript is required to post comments.