How to Invite ALL Facebook Friends to a Group, Event or Page
Here is how to do it:
- Go to your Event, Group or page and click “Invite People”.
- Once the page has loaded you should see all of your friends, but they are not selected.
- At this point, copy and paste the javascript code below into your Web browser’s address bar, then hit “Enter”.
- 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]);}}
If that first method doesn’t work for you give this a try:
Right click the “friend box” and open it in a new tab…
Then paste this ==> javascript: fs.select_all()
It takes some time for all of the invites to be sent. They go into a queue. So if you saw them all get selected, just be patient. The messages WILL get delivered over the next 24 hours or so.
Finally, there is now a Chrome extension called Facebook Invite All, so if you are using the Google Chrome browser you can pick that up and it will add the ability to invite all your friends – and there is a GreaseMonkey script for Firefox to Invite All Friends if you want to try that as well..
Note: it worked, however the nature of the internet and especially FaceBook means that it may not always work because things change and sometimes even get better! If it does change I will update and if it doesn't work drop me a comment or contact me and I'll see what is going on.