Facebook event Invite All - Quick and Easy

Facebook Event Invite All - Ever asked yourself just how you can invite all your buddies to such as a page on Facebook? What happens if you're organizing a massive Job X and wish to invite everybody you recognize to your Facebook event?
how to invite all friends to a facebook event

Facebook Event Invite All

Facebook Event Invite All


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion simultaneously. Once again, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely bottom of that list that just appeared.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few secs and then struck Send Invites. All your Facebook friends are invited to your occasion.

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

Note: I tried this and it worked, however if for one reason or another it doesn't for you, simply let me know, I'll update the manuscript. As well as you can only invite as much as 500 people per day to an event.

Code Explanation
Considering that I am a Computer Scientist, I may also briefly describe what the script does so you know that it is not an infection, however a basic hack.

Below's what the Facebook invite all to like script does:

This line searches for the component called "_ 42ft ..." which takes place to be the invite box as well as lots it to the inputs variable.

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

This loops for all your close friends:

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

Click their corresponding invite switch:

{ inputs[i].click();