Code to Invite All Friends On Facebook event New Updated 2019
We will certainly explain it step by step. Keep in mind to ensure you are utilizing Firefox, as it sustains JavaScript functions.
Code To Invite All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all pals to a Facebook event at once. Again, use Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very bottom of that listing that just turned up.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few secs and then struck Send out Invites. All your Facebook close friends are invited to your occasion.
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, yet if for some reason it does not for you, just let me understand, I'll update the manuscript. And also you can just invite up to 500 individuals daily to an event.
Code Explanation
Since I am a Computer Researcher, I could too briefly clarify what the manuscript does so you know that it is not a virus, but an easy hack.
Below's what the Facebook invite all to like script does:
This line look for the aspect called "_ 42ft ..." which occurs 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 pals:
for(var i=0;i<inputs.length;i++)
Click on their respective invite switch:
{ inputs[i].click();