How to Add All Friends to A Facebook event - Quick and Easy
By
MUFY UJASH
—
Thursday, November 5, 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 buddies to a Facebook event at once. Once again, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the really bottom of that listing that simply popped 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 couple of seconds and after that struck Send Invites. All your Facebook buddies are invited to your event.
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, however if for one reason or another it doesn't for you, just let me recognize, I'll upgrade the manuscript. And also you can only invite up to 500 individuals daily to an occasion.
Code Explanation
Because I am a Computer system Researcher, I could also quickly describe what the script does so you understand that it is not an infection, but an easy hack.
Below's what the Facebook invite all to such as script does:
This line look for the component called "_ 42ft ..." which happens to be the invite box and tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your good friends:
for(var i=0;i<inputs.length;i++)
Click on their particular invite switch:
{ inputs[i].click();