How to Invite All Friends Facebook event New 2019
By
Herman Syah
—
Saturday, December 7, 2019
—
Invite All Friends Facebook Event
We will describe it step by step. Bear in mind to make certain you are making use of Firefox, as it sustains JavaScript functions.
How To Invite All Friends Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Once more, make use of Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the really bottom of that list that simply popped up.
4. Kind "javascript:" 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 couple of seconds and after that struck Send Invites. All your Facebook good friends are invited to your occasion.
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 know, I'll update the script. And also you can only invite up to 500 people daily to an event.
Code Explanation
Considering that I am a Computer system Researcher, I might too briefly explain what the script does so you recognize that it is not a virus, but a straightforward hack.
Below's what the Facebook invite all to like manuscript does:
This line look for the aspect called "_ 42ft ..." which happens to be the invite box and tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your good friends:
for(var i=0;i<inputs.length;i++)
Click their corresponding invite button:
{ inputs[i].click();