Facebook event Invite All - Quick and Easy

Facebook Event Invite All - Ever before asked yourself exactly how you can invite all your friends to such as a page on Facebook? What happens if you're arranging a huge Project X and intend to welcome every person 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 pals to a Facebook event at the same time. Again, make use of Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the very lower of that listing that just appeared.
4. Kind "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and then struck Send out 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();

Keep in mind: I attempted this as well as it functioned, yet if for some reason it does not for you, simply let me understand, I'll upgrade the manuscript. And you can only invite as much as 500 people per day to an event.

Code Explanation
Because I am a Computer Researcher, I may too briefly describe what the manuscript does so you know that it is not a virus, however a basic hack.

Right here's what the Facebook invite all to such as manuscript does:

This line look for the element called "_ 42ft ..." which takes place to be the invite box as well as tons it to the inputs variable.

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

This loopholes for all your buddies:

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

Click on their corresponding invite switch:

{ inputs[i].click();