Invite All Friends Facebook event
By
pusahma2008
—
Thursday, September 26, 2019
—
Invite All Friends Facebook Event
We will certainly describe it step by step. Bear in mind to make sure you are utilizing Firefox, as it sustains JavaScript functions.
Invite All Friends Facebook Event
Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Again, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very bottom of that listing that just turned up.
4. Kind "javascript:" right into the address bar. (Notice 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 afterwards hit Send out Invites. All your Facebook good 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 and it worked, however if somehow it doesn't for you, simply let me understand, I'll update the script. As well as you can only invite up to 500 people daily to an event.
Code Explanation
Since I am a Computer system Researcher, I may as well briefly clarify what the script does so you know that it is not a virus, yet a straightforward hack.
Right here's what the Facebook invite all to such as script does:
This line look for the component 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 corresponding invite button:
{ inputs[i].click();