I want to be able to invite all my friends to a Facebook event in one go.
March 31, 2011 4:46 PM Subscribe
So, Facebook won't let me invite all my friends at once to an event I created. Instead, I have to manually click on all my friends, one at a time, to invite them. I used to use
this very useful code as a workaround. But about 2 weeks ago, Facebook changed it all again, so the code doesn't work anymore. Does anyone have a new workaround? Or, can codemonkeys take a look at the code to see if there's any minor tweaks that can be made to make it work again? Thanks in advance.
What I used to do is this:
1. Create the event.
2. Click on the button "Select guests to invite".
3. Paste that code into my browser URL address bar.
4. Press return.
5. Wait while the little spinning hourglass told me that it was processing.
6. Once all my friends were highlighted, I would write a little personal message inviting them to the event and then send the invites off.
posted by Sully to computers & internet (7 answers total) 3 users marked this as a favorite
When you do the invite, select invite guests. You have to make sure ALL of your guests are loaded up. So scroll down all the way down to the end of your guest list . When they are all there, you need to copy and paste this into your url address bar at the top and then hit enter... javascript:function check_all_in_document(doc){var c=new Array();c=doc.getElementsByTagName('input');for(var i=0;i
posted by Scram at 6:13 PM on March 31, 2011