Thanks so much for stopping by! I hope you'll engage by leaving comments, be encouraged, occasionally chuckle at discovered quirkiness, and even be inspired in faith. Please use the button to subscribe via email so you won't miss a post!
“Select all” code for inviting Facebook friends to an event
Ever wanted to invite ALL your friends to an event or maybe just the ones on a Facebook list you’ve created?
Here’s a handy hack that I use a lot for church purposes (I have a “Northstar” Facebook list) and have used for the Spread the word about “Super Center Savior” event.
- Go to the event page.
- Click invite friends.
- Go to the list you want to invite (or just keep it default to invite all your friends – but be ready to be “unfriended.”)
- Scroll all the way to the bottom of your friends list. Make sure everyone loads (their profile pics will load next to their names).
- Now paste this code in your browser address window:
javascript:elms=document.getElementsByName(“checkableitems[]”);for (i=0;i<elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()};
6. Hit return, and ALL your friends will eventually be selected (you may have to wait a few moments).
7. Hit “invite” button. Done!
Here’s an image that shows you:





I created a small Facebook app that lets you select a list of friends and invite the whole list to your event. You can check it out at http://www.lisvite.com. There is no code to write. Just select your event, your list of friends and go.
Please let me know if anything does not work as expected.
You sir, are the man.
Hello Friends,
No need to use JS code every time, you can do this by using one time trick for ever.
You can easily select all friends by using a Chrome extension, plz read this post for more details
http://ajittiwari.com/facebook/how-to-select-all-friends-at-once-for-invitation-on-facebook/
Please let me know if you face any problem.
Thanks,
Thanks for the info!
[…] in 2012, I stumbled on some code to help fix what FB broke when you could no longer invite all your friends in a friend list to an […]