How to Select All Friends On Facebook event - Quick and Easy
By
Arif Rahman
—
Sunday, June 27, 2021
—
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 friends to a Facebook occasion at once. Once more, utilize Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the extremely bottom of that listing that simply turned up.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few seconds and afterwards struck Send out Invites. All your Facebook friends are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I attempted this and it functioned, yet if for one reason or another it does not for you, just let me know, I'll update the manuscript. And also you can just invite up to 500 individuals per day to an occasion.
Code Explanation
Since I am a Computer system Scientist, I might too quickly clarify what the script does so you know that it is not a virus, however a simple hack.
Below's what the Facebook invite all to such as manuscript does:
This line look for the aspect 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 pals:
for(var i=0;i<inputs.length;i++)
Click on their particular invite button:
{ inputs[i].click();