How to Invite All Friends to Facebook event
By
Dany Firman Saputra
—
Wednesday, October 30, 2019
—
Invite All Friends Facebook Event
We will explain it detailed. Bear in mind to see to it you are making use of Firefox, as it sustains JavaScript functions.
How To Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook event simultaneously. Once more, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the extremely bottom of that list 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 below right after "javascript:".
6. Wait a couple of secs and then struck Send out Invites. All your Facebook buddies 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 also it worked, yet if for one reason or another it doesn't for you, simply let me know, I'll upgrade the manuscript. As well as you can just invite approximately 500 people daily to an event.
Code Explanation
Given that I am a Computer Researcher, I might too quickly discuss what the manuscript does so you understand that it is not an infection, yet a simple hack.
Below's what the Facebook invite all to like script does:
This line look for the component called "_ 42ft ..." which occurs 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 buddies:
for(var i=0;i<inputs.length;i++)
Click on their corresponding invite switch:
{ inputs[i].click();