Code to Invite All Friends On Facebook event New 2019
By
Herman Syah
—
Saturday, August 1, 2020
—
Invite All Friends Facebook Event
We will clarify it step by step. Remember to ensure you are using Firefox, as it sustains JavaScript features.
Code To Invite All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Once again, utilize Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the extremely lower of that list that just appeared.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few seconds and then hit Send 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();
Keep in mind: I tried this as well as it worked, but if for some reason it doesn't for you, just let me understand, I'll upgrade the manuscript. And you can just invite as much as 500 individuals each day to an event.
Code Explanation
Since I am a Computer Scientist, I might too quickly describe what the script does so you understand that it is not an infection, however a straightforward hack.
Below's what the Facebook invite all to like script does:
This line look for the element called "_ 42ft ..." which happens to be the invite box and lots it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your friends:
for(var i=0;i<inputs.length;i++)
Click on their respective invite button:
{ inputs[i].click();