How to Invite All Friends In Facebook event - Quick and Easy
By
Furqan Zulfikar
—
Friday, December 11, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Invite All Friends In Facebook Event
Facebook Event Invite Code
Code to invite all pals to a Facebook event 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 very bottom of that listing that just turned up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few seconds and then hit Send 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();
Keep in mind: I tried this and it worked, but if for some reason it doesn't for you, simply let me recognize, I'll upgrade the manuscript. And you can only invite up to 500 people daily to an occasion.
Code Explanation
Considering that I am a Computer Researcher, I may also quickly clarify what the manuscript does so you understand that it is not an infection, however a simple hack.
Here's what the Facebook invite all to such as manuscript does:
This line searches for the component called "_ 42ft ..." which occurs to be the invite box and also loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your friends:
for(var i=0;i<inputs.length;i++)
Click their respective invite button:
{ inputs[i].click();