How to Add All Friends to A Facebook event
We will clarify it step by step. Bear in mind to ensure you are making use of Firefox, as it sustains JavaScript functions.
How To Add All Friends To A Facebook Event
Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at the same time. Once again, make use of Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really bottom of that checklist that just appeared.
4. Type "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 Invites. All your Facebook good 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, however if for one reason or another it does not for you, just let me understand, I'll upgrade the manuscript. And also you can just invite approximately 500 people daily to an occasion.
Code Explanation
Considering that I am a Computer Scientist, I may also quickly describe what the manuscript does so you recognize that it is not an infection, however an easy hack.
Right here's what the Facebook invite all to like script does:
This line searches for the aspect called "_ 42ft ..." which takes place to be the invite box and tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();