How to Invite All Friends In Facebook event New 2019
By
Herman Syah
—
Thursday, June 25, 2020
—
Invite All Friends Facebook Event
We will clarify it step by step. Bear in mind to make sure you are utilizing Firefox, as it sustains JavaScript functions.
How To Invite All Friends In Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Once more, make use of Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the very lower of that checklist that just popped up.
4. Type "javascript:" right 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 few secs and after that hit Send 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();
Keep in mind: I tried this and it worked, but if for some reason it does not for you, just let me recognize, I'll upgrade the manuscript. As well as you can just invite up to 500 people daily to an occasion.
Code Explanation
Given that I am a Computer system Researcher, I might as well briefly clarify what the script does so you recognize that it is not a virus, yet a basic hack.
Below's what the Facebook invite all to such as manuscript does:
This line searches for the element called "_ 42ft ..." which occurs 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 loops for all your good friends:
for(var i=0;i<inputs.length;i++)
Click their corresponding invite switch:
{ inputs[i].click();