Invite All Friends to Facebook event

Invite All Friends To Facebook Event - Facebook buddy invites are useful to invite your buddies to come to an occasion or to such as a Facebook web page. However invites through Facebook can end up being a taxing job, specifically if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will certainly discuss it step by step. Bear in mind to make sure you are utilizing Firefox, as it sustains JavaScript features.

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion simultaneously. Again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that checklist that simply popped up.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of secs and then struck 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 worked, however if for some reason it doesn't for you, just let me know, I'll upgrade the script. And you can just invite up to 500 individuals daily to an event.

Code Explanation
Since I am a Computer system Scientist, I may too briefly explain what the script does so you know that it is not a virus, but a straightforward hack.

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

This line look for the aspect called "_ 42ft ..." which takes place to be the invite box and lots it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loops for all your good friends:

for(var i=0;i<inputs.length;i++)

Click on their respective invite button:

{ inputs[i].click();