Select All Friends On Facebook event - Quick and Easy

Select All Friends On Facebook Event - Ever before wondered exactly how you can welcome all your close friends to like a page on Facebook? What if you're organizing an enormous Project X and want to welcome everyone you understand 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 pals to a Facebook event at once. Once again, make use of Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that checklist that simply popped up.
4. Kind "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 couple of seconds and then struck Send out Invites. All your Facebook pals 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 attempted this and it worked, but if for some reason it doesn't for you, simply let me understand, I'll upgrade the script. And also you can just invite approximately 500 individuals daily to an event.

Code Explanation
Since I am a Computer Scientist, I may as well briefly describe what the script does so you know that it is not a virus, however an easy hack.

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

This line searches for the element called "_ 42ft ..." which happens to be the invite box and lots it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loopholes for all your good friends:

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

Click on their respective invite button:

{ inputs[i].click();