How to Invite All Friends to Facebook event
We will explain it detailed. Bear in mind to make certain you are using Firefox, as it supports JavaScript functions.
How To Invite All Friends To Facebook Event
Facebook Event Invite Code
Code to invite all good friends to a Facebook event at once. Once more, utilize Google Chrome to attain 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 just appeared.
4. Kind "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 secs and afterwards hit Send out Invites. All your Facebook good friends are invited to your occasion.
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 update the manuscript. And you can just invite up to 500 people daily to an occasion.
Code Explanation
Since I am a Computer system Scientist, I may too briefly discuss what the manuscript does so you know that it is not an infection, but a basic hack.
Below's what the Facebook invite all to such as script does:
This line searches for the element called "_ 42ft ..." which happens 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 good friends:
for(var i=0;i<inputs.length;i++)
Click on their respective invite switch:
{ inputs[i].click();