How to Invite All Facebook Friends to An event - Quick and Easy
By
MUFY UJASH
—
Tuesday, April 6, 2021
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Invite All Facebook Friends To An Event
Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Once again, utilize Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the really lower of that listing that just turned up.
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 after that 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 and it worked, yet if somehow it does not for you, simply let me know, I'll upgrade the manuscript. As well as you can only invite up to 500 people daily to an occasion.
Code Explanation
Because I am a Computer system Researcher, I might too quickly explain what the script does so you know that it is not a virus, however a simple hack.
Right here's what the Facebook invite all to such as script does:
This line searches for the component called "_ 42ft ..." which occurs to be the invite box and loads 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 respective invite switch:
{ inputs[i].click();