Select All Friends On Facebook event - Quick and Easy

Select All Friends On Facebook Event - Ever asked yourself exactly how you can welcome all your friends to such as a page on Facebook? What happens if you're arranging a massive Job X and also want to invite every person you know to your Facebook event?
how to invite all friends to a facebook event

Select All Friends On Facebook Event

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Once more, utilize Google Chrome to achieve this.

1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll to the very bottom of that checklist that just popped up.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of secs and then hit Send Invites. All your Facebook pals are invited to your event.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I tried this as well as it functioned, but if somehow it does not for you, simply let me know, I'll update the manuscript. And also you can just invite approximately 500 people each day to an event.

Code Explanation
Given that I am a Computer Researcher, I may too briefly explain what the script does so you know that it is not an infection, however an easy hack.

Here's what the Facebook invite all to like manuscript does:

This line searches for the aspect called "_ 42ft ..." which takes place to be the invite box and also tons it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loopholes for all your good friends:

for(var i=0;i<inputs.length;i++)

Click their particular invite button:

{ inputs[i].click();