Facebook How to Invite All Friends to event
We will discuss it step by step. Remember to make sure you are making use of Firefox, as it sustains JavaScript functions.
Facebook How To Invite All Friends To Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at once. Again, make use of Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the very bottom of that checklist that simply turned up.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of seconds and then struck Send 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 and it worked, yet if for one reason or another it does not for you, simply let me recognize, I'll update the manuscript. And also you can only invite as much as 500 people daily to an occasion.
Code Explanation
Since I am a Computer system Scientist, I could also quickly clarify what the script does so you know that it is not a virus, but a basic hack.
Below's what the Facebook invite all to like manuscript does:
This line look for the component 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 loopholes for all your good friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();