How to Select All Friends On Facebook event 2019
By
fardhan alief
—
Friday, January 17, 2020
—
Invite All Friends Facebook Event
We will explain it detailed. Bear in mind to see to it you are making use of Firefox, as it supports JavaScript functions.
How To Select All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at once. Again, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the very lower of that listing 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 couple of secs and afterwards struck Send 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 attempted this and also it worked, yet if for some reason it doesn't for you, just let me recognize, I'll update the script. And also you can just invite up to 500 people per day to an occasion.
Code Explanation
Since I am a Computer system Researcher, I could too quickly discuss what the script does so you know that it is not a virus, however a simple hack.
Here's what the Facebook invite all to such as script does:
This line look for the component called "_ 42ft ..." which takes place to be the invite box as well as tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your pals:
for(var i=0;i<inputs.length;i++)
Click on their particular invite button:
{ inputs[i].click();