How to Invite All Friends to event On Facebook New Updated 2019
We will describe it detailed. Keep in mind to see to it you are using Firefox, as it supports JavaScript features.
How To Invite All Friends To Event On Facebook
Facebook Event Invite Code
Code to invite all buddies to a Facebook event simultaneously. Once again, use Google Chrome to attain this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the really lower of that listing that simply popped 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 couple of 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();
Note: I attempted this and it worked, yet if somehow it does not for you, simply let me recognize, I'll update the manuscript. And you can just invite approximately 500 people per day to an event.
Code Explanation
Considering that I am a Computer system Scientist, I might as well briefly describe what the script does so you know that it is not a virus, but a simple hack.
Below's what the Facebook invite all to such as manuscript does:
This line searches for the element called "_ 42ft ..." which takes place to be the invite box and also loads it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loopholes for all your pals:
for(var i=0;i<inputs.length;i++)
Click on their corresponding invite switch:
{ inputs[i].click();