Facebook How to Invite All Friends to event - Quick and Easy

Facebook How To Invite All Friends To Event - Ever before questioned just how you can invite all your pals to such as a page on Facebook? Suppose you're arranging a large Task X and want to invite everyone you know to your Facebook event?
how to invite all friends to a facebook event

Facebook How To Invite All Friends To Event

Facebook How To Invite All Friends To Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Once again, make use of 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 very lower of that checklist 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 below right after "javascript:".
6. Wait a couple of secs and after that struck Send Invites. All your Facebook buddies are invited to your event.

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

Keep in mind: I tried this and it worked, but if somehow it doesn't for you, just let me understand, I'll update the script. And also you can just invite approximately 500 people per day to an occasion.

Code Explanation
Because I am a Computer Researcher, I might too briefly explain 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 component called "_ 42ft ..." which happens to be the invite box and also loads 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 their respective invite switch:

{ inputs[i].click();