Code to Invite All Friends On Facebook event 2019
Update: since Oct. 14th, the method detailed in this tutorial does not function. I'm currently trying to identify a new 'workaround'. If you've figured one out, please do not hesitate to leave a remark below. I will certainly attribute you as the source (as well as would certainly be significantly satisfied!).
There is no "choose all" option when inviting your pals to an Event on Facebook. Instead of clicking each name, one by one (!)-- below's how you can do everything at the same time.
Keep in mind: this will not work in all browsers. I have actually evaluated it making use of the most recent stable versions of Google Chrome (OS X and also Windows), Safari (OS X and also Windows) and Firefox (OS X only)-- and also it worked. There are blended reports of this working in Web Traveler. Try it in whichever web browser you occur to be using now-- if it does not work, attempt a different internet browser.
Code To Invite All Friends On Facebook Event
Produce the event.
On the Event Web page, click the Invite Friends switch.
Important: scroll completely to the bottom of your Friends List up until every one of your pals are displayed in the home window.
Duplicate and also paste the code below into your browsers Address Bar, changing the Facebook URL (which probably looks something like http://www.facebook.com/events/xxxxxxxxx). Crucial: ensure the javascript: component stays intact, as some internet browsers will certainly remove it after you've pasted it in. If that holds true, manually add javascript: to the start of the code in the Address Bar. Hit Enter on your keyboard.
javascript: var x= document.getElementsByTagName(" input"); for( var i= 0; i< x.length; i++) @[if (x [i] type == 'checkbox') @[x [i] click();]@]@; alert(' Done, all your friends have been selected');.
Your display may 'blink' briefly and then a pop-up window ought to show up allowing you know that every one of your pals have actually been chosen. Click OK.
Currently every one of your good friends will certainly have a check-mark beside their name-- click the Save switch to send out the mass-invite.
That's it! Again, if it didn't function-- try a different internet browser. It's probably quicker to download and install as well as install one more internet browser than it is to independently click hundreds (or thousands) of your pals to invite them to your event.