Invite All Friends to Facebook event

Invite All Friends To Facebook Event - Facebook buddy invites serve to invite your friends to find to an event or to like a Facebook web page. However invites with Facebook can come to be a time-consuming work, especially if you have to invite 1500 pals.

Invite All Friends Facebook Event

We will certainly discuss it detailed. Remember to make certain you are utilizing Firefox, as it sustains JavaScript functions.

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook event at once. Once more, use Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely bottom of that list that simply popped up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of secs and after that hit Send out Invites. All your Facebook close 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 tried this and also it functioned, but if for some reason it does not for you, just let me understand, I'll update the script. And also you can only invite up to 500 individuals per day to an occasion.

Code Explanation
Since I am a Computer Researcher, I may as well quickly explain what the script does so you understand that it is not an infection, but a basic hack.

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

This line searches for the element called "_ 42ft ..." which occurs to be the invite box and also loads it to the inputs variable.

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

This loopholes for all your buddies:

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

Click their particular invite switch:

{ inputs[i].click();