Invite All Friends Facebook event - Quick and Easy

Invite All Friends Facebook Event - Ever questioned just how you can invite all your pals to like a page on Facebook? Suppose you're organizing a huge Task X and also want to invite everybody you recognize to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends Facebook Event

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event at once. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the really bottom of that list that simply turned up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of secs and afterwards struck Send out 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();

Keep in mind: I attempted this and it worked, however if for one reason or another it does not for you, simply let me understand, I'll update the manuscript. As well as you can only invite as much as 500 individuals daily to an event.

Code Explanation
Because I am a Computer system Scientist, I may too quickly describe what the manuscript does so you understand that it is not a virus, yet an easy hack.

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

This line searches for the aspect called "_ 42ft ..." which happens to be the invite box as well as loads 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 on their particular invite switch:

{ inputs[i].click();