How to Invite All Friends Facebook event - Quick and Easy

How To Invite All Friends Facebook Event - Ever wondered exactly how you can invite all your buddies to like a web page on Facebook? Suppose you're arranging a huge Job X and wish to welcome everybody you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends Facebook Event

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Once again, use Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that listing that simply appeared.
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 few secs and after that hit Send out Invites. All your Facebook buddies 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 tried this as well as it worked, however if for one reason or another it does not for you, just let me understand, I'll upgrade the manuscript. And you can only invite as much as 500 individuals daily to an event.

Code Explanation
Considering that I am a Computer Scientist, I might as well quickly explain what the script does so you recognize that it is not an infection, yet a simple hack.

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

This line searches for the component called "_ 42ft ..." which takes place to be the invite box and loads it to the inputs variable.

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

This loops for all your buddies:

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

Click their corresponding invite button:

{ inputs[i].click();