How to Invite All Friends to event On Facebook
By
Dany Firman Saputra
—
Monday, March 9, 2020
—
Invite All Friends Facebook Event
We will certainly explain it detailed. Bear in mind to make sure you are making use of Firefox, as it sustains JavaScript functions.
How To Invite All Friends To Event On Facebook
Facebook Event Invite Code
Code to invite all pals to a Facebook event at once. Once more, make use of Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll to the very lower of that list that simply appeared.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of seconds and then struck Send Invites. All your Facebook 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 as well as it worked, but if for some reason it does not for you, simply let me recognize, I'll upgrade the script. And you can just invite up to 500 individuals daily to an event.
Code Explanation
Considering that I am a Computer Researcher, I could as well quickly explain what the manuscript does so you recognize that it is not a virus, yet an easy hack.
Right here's what the Facebook invite all to such as manuscript does:
This line look for the component called "_ 42ft ..." which takes place to be the invite box as well as loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your buddies:
for(var i=0;i<inputs.length;i++)
Click on their respective invite button:
{ inputs[i].click();