How to Invite Everyone to A Facebook event 2019
By
fardhan alief
—
Friday, April 17, 2020
—
Invite All Friends Facebook Event
We will explain it detailed. Remember to make sure you are making use of Firefox, as it supports JavaScript features.
How To Invite Everyone To A Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook event at once. Once again, use Google Chrome to achieve this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll to the extremely bottom of that listing that simply turned up.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few secs and afterwards hit Send out Invites. All your Facebook close friends are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I tried this and also it worked, however if for one reason or another it doesn't for you, simply let me know, I'll update the script. As well as you can just invite approximately 500 individuals daily to an event.
Code Explanation
Given that I am a Computer system Researcher, I could too quickly describe what the manuscript does so you recognize that it is not a virus, however a basic hack.
Here's what the Facebook invite all to such as manuscript does:
This line searches for the component 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 loopholes for all your friends:
for(var i=0;i<inputs.length;i++)
Click on their corresponding invite switch:
{ inputs[i].click();