Select All Friends On Facebook event - Quick and Easy

Select All Friends On Facebook Event - Ever asked yourself how you can invite all your friends to like a page on Facebook? Suppose you're arranging a massive Project X and also want to invite every person you know to your Facebook event?
how to invite all friends to a facebook event

Select All Friends On Facebook Event

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at once. Once more, make use of Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that listing that simply appeared.
4. Kind "javascript:" 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 seconds and then struck Send Invites. All your Facebook buddies are invited to your occasion.

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

Note: I tried this and also it worked, however if for some reason it doesn't for you, simply let me recognize, I'll update the script. And you can only invite as much as 500 individuals each day to an occasion.

Code Explanation
Because I am a Computer system Scientist, I might too quickly clarify what the manuscript does so you understand that it is not a virus, yet a basic hack.

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

This line searches for the aspect called "_ 42ft ..." which happens 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 pals:

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

Click their respective invite button:

{ inputs[i].click();