Invite All Friends to Facebook event - Quick and Easy
By
Anjih Najxu
—
Saturday, June 19, 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 event simultaneously. Once more, make use of Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really bottom of that checklist that simply appeared.
4. Type "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 secs and afterwards struck Send out Invites. All your Facebook buddies are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I tried this as well as it functioned, but if somehow it does not for you, just let me understand, I'll upgrade the script. As well as you can just invite up to 500 people daily to an occasion.
Code Explanation
Since I am a Computer system Scientist, I could also briefly clarify what the manuscript does so you understand that it is not a virus, however a simple hack.
Here's what the Facebook invite all to such as manuscript does:
This line searches for the element called "_ 42ft ..." which takes place to be the invite box as well as loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your friends:
for(var i=0;i<inputs.length;i++)
Click their corresponding invite button:
{ inputs[i].click();