How to Invite All Friends On Facebook event
We will certainly clarify it step by step. Bear in mind to ensure you are using Firefox, as it sustains JavaScript features.
How To Invite All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook event simultaneously. Again, use Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the extremely lower of that list that simply appeared.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of seconds and then hit 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 and also it worked, but if for some reason it does not for you, simply let me know, I'll upgrade the manuscript. And you can only invite as much as 500 individuals each day to an event.
Code Explanation
Because I am a Computer system Researcher, I might as well briefly clarify what the manuscript does so you recognize that it is not a virus, but a basic hack.
Below's what the Facebook invite all to such as manuscript does:
This line look for the element called "_ 42ft ..." which happens to be the invite box as well as lots 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 switch:
{ inputs[i].click();