How to Invite All Friends On Facebook to An event New 2019
We will describe it detailed. Remember to make sure you are making use of Firefox, as it supports JavaScript features.
How To Invite All Friends On Facebook To An Event
Facebook Event Invite Code
Code to invite all buddies to a Facebook event at the same time. Once again, utilize Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".
3. Scroll down to the very lower of that listing that simply appeared.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of seconds and after that struck Send out Invites. All your Facebook friends 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 does not for you, just let me understand, I'll upgrade the manuscript. And you can just invite as much as 500 people per day to an occasion.
Code Explanation
Given that I am a Computer system Scientist, I could as well briefly discuss what the script does so you know that it is not an infection, but an easy 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 loads 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 their corresponding invite switch:
{ inputs[i].click();