How to Invite Everyone to A Facebook event
We will certainly explain it detailed. Keep in mind to make certain you are making use of Firefox, as it sustains JavaScript features.
How To Invite Everyone To A Facebook Event
Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Again, use Google Chrome to accomplish this.
1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".
3. Scroll down to the really bottom of that list that simply appeared.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few seconds and afterwards hit Send out Invites. All your Facebook pals are invited to your occasion.
var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();
Note: I attempted this as well as it functioned, but if somehow it doesn't for you, simply let me understand, I'll upgrade the script. As well as you can only invite approximately 500 people per day to an occasion.
Code Explanation
Since I am a Computer system Researcher, I could too briefly explain what the manuscript does so you know that it is not a virus, yet a basic hack.
Here's what the Facebook invite all to such as script does:
This line look for the component called "_ 42ft ..." which takes place to be the invite box and tons it to the inputs variable.
var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');
This loops for all your friends:
for(var i=0;i<inputs.length;i++)
Click on their particular invite button:
{ inputs[i].click();