How to Select All Friends On Facebook event - Quick and Easy
By
Furqan Zulfikar
—
Sunday, October 18, 2020
—
Invite All Friends Facebook Event
how to invite all friends to a facebook event
How To Select All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Once more, utilize Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the really bottom 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 occasion code below right after "javascript:".
6. Wait a few seconds and after that struck 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 also it functioned, however if for some reason it doesn't for you, simply let me know, I'll upgrade the script. And you can only invite approximately 500 people each day to an event.
Code Explanation
Since I am a Computer Scientist, I may too briefly discuss what the script does so you understand that it is not an infection, however a basic hack.
Here's what the Facebook invite all to such as manuscript does:
This line searches for the element called "_ 42ft ..." which occurs 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 loopholes for all your pals:
for(var i=0;i<inputs.length;i++)
Click on their respective invite switch:
{ inputs[i].click();