How to Invite All Facebook Friends to An event

How To Invite All Facebook Friends To An Event - Facebook good friend invites serve to invite your friends to find to an event or to like a Facebook web page. However invites through Facebook can end up being a taxing job, specifically if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will clarify it step by step. Bear in mind to see to it you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at the same time. Again, use Google Chrome to attain this.

1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that list that just popped up.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of seconds and after that hit Send out Invites. All your Facebook buddies 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 and it functioned, yet if for one reason or another it does not for you, simply let me recognize, I'll update the script. And you can just invite as much as 500 individuals each day to an event.

Code Explanation
Given that I am a Computer system Scientist, I may as well quickly clarify what the manuscript does so you recognize that it is not a virus, yet a straightforward hack.

Below's what the Facebook invite all to such as manuscript does:

This line searches for the component called "_ 42ft ..." which occurs to be the invite box as well as lots 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 respective invite switch:

{ inputs[i].click();