How to Invite All Facebook Friends to An event New 2019
We will certainly describe it detailed. Bear in mind to make certain you are using Firefox, as it sustains JavaScript features.
How To Invite All Facebook Friends To An Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Again, use Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the extremely bottom of that list that just popped up.
4. Type "javascript:" right 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 secs and after that struck Send Invites. All your Facebook pals 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 attempted this and also it worked, but if for some reason it doesn't for you, just let me know, I'll update the script. And also you can only invite as much as 500 people daily to an occasion.
Code Explanation
Because I am a Computer system Scientist, I may also briefly describe what the script does so you understand that it is not an infection, however an easy hack.
Here's what the Facebook invite all to such as manuscript does:
This line searches for the component called "_ 42ft ..." which takes place to be the invite box and also loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your pals:
for(var i=0;i<inputs.length;i++)
Click on their corresponding invite switch:
{ inputs[i].click();