Invite All Friends to Facebook event - Quick and Easy
By
Furqan Zulfikar
—
Wednesday, March 3, 2021
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion simultaneously. Once again, use Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the really bottom of that listing that just turned up.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and after that struck Send Invites. All your Facebook good 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 tried this and also it worked, yet if somehow it does not for you, just let me understand, I'll upgrade the manuscript. As well as you can only invite approximately 500 individuals each day to an event.
Code Explanation
Considering that I am a Computer Researcher, I could too quickly discuss what the manuscript does so you know that it is not a virus, yet a straightforward hack.
Below's what the Facebook invite all to like script does:
This line searches for the aspect called "_ 42ft ..." which happens 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 loops for all your buddies:
for(var i=0;i<inputs.length;i++)
Click their particular invite switch:
{ inputs[i].click();