How to Invite All Friends to Facebook event
By
Ega Wahyudi
—
Monday, July 15, 2019
—
Invite All Friends Facebook Event
We will certainly explain it step by step. Remember to ensure you are utilizing Firefox, as it sustains JavaScript features.
How To Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook event at the same time. Once again, make use of Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very bottom of that checklist that just popped up.
4. Kind "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 then hit Send out Invites. All your Facebook close friends are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Keep in mind: I attempted this as well as it functioned, however if for one reason or another it does not for you, simply let me understand, I'll upgrade the manuscript. And you can just invite up to 500 individuals each day to an occasion.
Code Explanation
Because I am a Computer Researcher, I may also briefly clarify what the script does so you understand that it is not a virus, but a simple hack.
Below's what the Facebook invite all to like script does:
This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box and also lots 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 corresponding invite button:
{ inputs[i].click();