How to Invite All Facebook Friends to An event - Quick and Easy
By
Anjih Najxu
—
Saturday, May 22, 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 buddies to a Facebook occasion simultaneously. Once again, use Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the very lower of that listing that just appeared.
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 couple of seconds and afterwards hit Send Invites. All your Facebook pals 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 also it functioned, yet if for one reason or another it does not for you, simply let me recognize, I'll update the script. As well as you can only invite up to 500 people each day to an event.
Code Explanation
Because I am a Computer system Scientist, I may as well briefly describe what the manuscript does so you understand that it is not an infection, however a simple hack.
Below's what the Facebook invite all to like manuscript does:
This line look for the component called "_ 42ft ..." which happens to be the invite box as well as lots 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 switch:
{ inputs[i].click();