How to Invite All Friends to Facebook event
We will certainly describe it step by step. Keep in mind to make sure you are utilizing Firefox, as it sustains JavaScript features.
How To Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Once again, utilize Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the really bottom of that list that just popped up.
4. Type "javascript:" right 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 then hit Send Invites. All your Facebook pals are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I attempted this as well as it worked, yet if for one reason or another it doesn't for you, just let me understand, I'll update the manuscript. And also you can only invite as much as 500 individuals daily to an event.
Code Explanation
Since I am a Computer Researcher, I may too quickly discuss what the manuscript does so you understand that it is not an infection, but an easy hack.
Below's what the Facebook invite all to like script does:
This line look for the element called "_ 42ft ..." which happens to be the invite box and loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your friends:
for(var i=0;i<inputs.length;i++)
Click on their particular invite switch:
{ inputs[i].click();