Facebook event Invite All
We will explain it detailed. Remember to see to it you are making use of Firefox, as it sustains JavaScript functions.
Facebook Event Invite All
Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Again, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the extremely lower of that list that just turned up.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of 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();
Note: I tried this as well as it worked, but if for one reason or another it does not for you, simply let me understand, I'll upgrade the manuscript. And also you can just invite as much as 500 people per day to an event.
Code Explanation
Since I am a Computer system Scientist, I might as well briefly discuss what the manuscript does so you understand that it is not a virus, but a simple hack.
Here's what the Facebook invite all to such as manuscript does:
This line look for the component called "_ 42ft ..." which takes place to be the invite box and also lots it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your close friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite switch:
{ inputs[i].click();