Select All Friends On Facebook event - Quick and Easy
By
Anjih Najxu
—
Wednesday, February 12, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Select All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at once. Once more, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the extremely lower of that list that simply turned up.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few seconds and afterwards struck Send out Invites. All your Facebook friends are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Keep in mind: I attempted this as well as it worked, however if for one reason or another it doesn't for you, simply let me know, I'll update the manuscript. As well as you can just invite as much as 500 individuals each day to an event.
Code Explanation
Given that I am a Computer Researcher, I may as well briefly discuss what the script does so you know that it is not an infection, yet an easy hack.
Here's what the Facebook invite all to like script does:
This line searches for the component called "_ 42ft ..." which occurs to be the invite box and also tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your friends:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();