How to Add All Friends to A Facebook event - Quick and Easy
By
Anjih Najxu
—
Saturday, August 22, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Add All Friends To A Facebook Event
Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Once again, use Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the extremely bottom of that listing that simply turned up.
4. Kind "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few seconds and afterwards hit Send out 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();
Note: I tried this and also it worked, but if somehow it does not for you, simply let me know, I'll update the manuscript. And also you can only invite up to 500 people daily to an event.
Code Explanation
Given that I am a Computer Scientist, I could also briefly clarify what the script does so you know that it is not an infection, however a straightforward hack.
Here's what the Facebook invite all to such as script does:
This line searches for the element called "_ 42ft ..." which occurs 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 buddies:
for(var i=0;i<inputs.length;i++)
Click on their particular invite switch:
{ inputs[i].click();