How to Add All Friends to A Facebook event New Updated 2019
We will discuss it detailed. Bear in mind to ensure you are using Firefox, as it sustains JavaScript features.
How To Add All Friends To A Facebook Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion simultaneously. Again, utilize Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the extremely bottom of that list that just turned up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few secs and after that 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, but if for some reason it doesn't for you, simply let me know, I'll update the script. And you can only invite approximately 500 people per day to an event.
Code Explanation
Given that I am a Computer system Researcher, I could as well briefly describe what the script does so you recognize that it is not an infection, yet an easy hack.
Right here's what the Facebook invite all to such as script does:
This line look for the component called "_ 42ft ..." which occurs to be the invite box and lots 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 on their respective invite button:
{ inputs[i].click();