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

Facebook How To Invite All Friends To Event - Ever questioned exactly how you can welcome all your buddies to like a web page on Facebook? What if you're organizing a huge Project X and also wish to invite every person 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 buddies to a Facebook occasion simultaneously. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the really bottom of that listing that just turned up.
4. Kind "javascript:" right into the address bar. (Notification 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 after that hit Send out Invites. All your Facebook friends are invited to your event.

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

Note: I attempted this and it worked, however if somehow it does not for you, simply let me understand, I'll upgrade the script. And also you can just invite up to 500 individuals each day to an event.

Code Explanation
Because I am a Computer system Researcher, I might as well briefly discuss what the script does so you recognize that it is not an infection, however a straightforward hack.

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

This line look for the component called "_ 42ft ..." which happens to be the invite box and also 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 corresponding invite button:

{ inputs[i].click();