How to Invite All Friends Facebook event
By
Ega Wahyudi
—
Tuesday, April 14, 2020
—
Invite All Friends Facebook Event
We will describe it step by step. Bear in mind to make certain you are utilizing Firefox, as it sustains JavaScript features.
How To Invite All Friends Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Again, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the very bottom of that checklist 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 occasion code listed below right after "javascript:".
6. Wait a few secs and after that struck Send out Invites. All your Facebook close friends 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 it worked, yet if for some reason it does not for you, simply let me recognize, I'll upgrade the script. As well as you can just invite up to 500 people each day to an occasion.
Code Explanation
Since I am a Computer system Researcher, I may as well briefly clarify what the manuscript does so you know that it is not an infection, yet a simple hack.
Here's what the Facebook invite all to like manuscript does:
This line look for the element called "_ 42ft ..." which happens to be the invite box and also tons 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 their particular invite button:
{ inputs[i].click();