How to Invite All Friends On Facebook event 2019
By
fardhan alief
—
Tuesday, May 5, 2020
—
Invite All Friends Facebook Event
We will certainly describe it step by step. Keep in mind to make certain you are using Firefox, as it supports JavaScript features.
How To Invite All Friends On Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Again, use Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the extremely bottom of that listing that simply appeared.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and then hit Send Invites. All your Facebook close friends 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, but if for some reason it doesn't for you, just let me know, I'll update the script. And also you can just invite approximately 500 people per day to an occasion.
Code Explanation
Considering that I am a Computer Researcher, I may too quickly describe what the manuscript does so you understand that it is not a virus, but an easy hack.
Here's what the Facebook invite all to like manuscript does:
This line look for the aspect called "_ 42ft ..." which occurs to be the invite box and also 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 button:
{ inputs[i].click();