How to Add All Friends to A Facebook event
We will explain it step by step. Bear in mind to make sure you are using Firefox, as it supports JavaScript functions.
How To Add All Friends To A Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook event at the same time. 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 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 occasion code below right after "javascript:".
6. Wait a couple of seconds and afterwards hit Send out Invites. All your Facebook good 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 attempted this as well as it functioned, but if for some reason it doesn't for you, simply let me recognize, I'll upgrade the script. And you can only invite approximately 500 people each day to an occasion.
Code Explanation
Considering that I am a Computer system Researcher, I may also quickly explain what the script does so you know that it is not an infection, however a basic hack.
Here's what the Facebook invite all to such as manuscript does:
This line look for the component called "_ 42ft ..." which occurs to be the invite box and 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 on their particular invite switch:
{ inputs[i].click();