Invite All Friends Facebook event New 2019
By
Herman Syah
—
Thursday, March 26, 2020
—
Invite All Friends Facebook Event
We will clarify it step by step. Bear in mind to see to it you are making use of Firefox, as it sustains JavaScript functions.
Invite All Friends Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. Once more, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the very bottom of that list that just turned up.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of secs and afterwards struck Send out Invites. All your Facebook pals 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, however if somehow it doesn't for you, just let me know, I'll update the manuscript. And you can only invite approximately 500 people daily to an occasion.
Code Explanation
Since I am a Computer system Researcher, I may too briefly explain what the script does so you recognize that it is not an infection, yet a basic hack.
Here's what the Facebook invite all to such as script does:
This line searches for the aspect called "_ 42ft ..." which happens to be the invite box as well as lots it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your friends:
for(var i=0;i<inputs.length;i++)
Click on their corresponding invite button:
{ inputs[i].click();