Facebook event Invite All - Quick and Easy

Facebook Event Invite All - Ever before wondered how you can welcome all your pals to such as a page on Facebook? What if you're arranging a huge Project X and wish to welcome everyone you understand 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 good friends to a Facebook occasion simultaneously. Once again, make use of Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that listing that just popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few seconds and after that hit Send Invites. All your Facebook good friends are invited to your occasion.

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

Note: I attempted this and it worked, however if for one reason or another it does not for you, simply let me recognize, I'll update the script. And you can only invite approximately 500 individuals each day to an occasion.

Code Explanation
Since I am a Computer system Scientist, I may too quickly clarify what the manuscript does so you recognize that it is not a virus, but a simple hack.

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

This line look for the component called "_ 42ft ..." which happens to be the invite box and also tons 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 particular invite switch:

{ inputs[i].click();