How to Invite All Friends On Facebook to An event New 2019
By
Herman Syah
—
Tuesday, May 19, 2020
—
Invite All Friends Facebook Event
We will discuss it step by step. Keep in mind to see to it you are utilizing Firefox, as it supports JavaScript functions.
How To Invite All Friends On Facebook To An Event
Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at once. Again, utilize Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the very lower of that checklist that just turned up.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of 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();
Note: I tried this and also it worked, however if for some reason it doesn't for you, just let me understand, I'll upgrade the manuscript. As well as you can only invite as much as 500 people daily to an event.
Code Explanation
Because I am a Computer Scientist, I might also briefly describe what the script does so you understand that it is not a virus, but a straightforward hack.
Here's what the Facebook invite all to such as manuscript does:
This line searches for the aspect called "_ 42ft ..." which occurs 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 buddies:
for(var i=0;i<inputs.length;i++)
Click their particular invite button:
{ inputs[i].click();