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

How To Invite All Friends In Facebook Event - Ever asked yourself how you can invite all your friends to like a page on Facebook? Suppose you're organizing a massive Job X and intend to welcome everybody you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends In Facebook Event

How To Invite All Friends In Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at once. 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 really lower of that listing that simply appeared.
4. Type "javascript:" right 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 couple of secs and afterwards hit 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();

Keep in mind: I tried this and it worked, but if for one reason or another it doesn't for you, simply let me understand, I'll upgrade the manuscript. As well as you can just invite up to 500 individuals per day to an event.

Code Explanation
Since I am a Computer system Researcher, I may as well briefly discuss what the manuscript does so you recognize that it is not an infection, but a straightforward hack.

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

This line searches for the aspect 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 their particular invite button:

{ inputs[i].click();