Select All Friends On Facebook event

Select All Friends On Facebook Event - Facebook buddy invites are useful to invite your friends ahead to an occasion or to like a Facebook web page. Unfortunately invites with Facebook can end up being a lengthy task, specifically if you have to invite 1500 pals.

Invite All Friends Facebook Event

We will certainly describe it detailed. Bear in mind to make sure you are making use of Firefox, as it sustains JavaScript features.

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion simultaneously. Again, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the very bottom of that listing that simply turned up.
4. Type "javascript:" 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 couple of seconds and then struck 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();

Note: I tried this as well as it worked, but if for one reason or another it doesn't for you, just let me recognize, I'll upgrade the script. And you can only invite as much as 500 individuals each day to an event.

Code Explanation
Given that I am a Computer system Scientist, I might as well quickly clarify what the manuscript does so you know that it is not an infection, but an easy hack.

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

This line look for the aspect 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 good friends:

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

Click on their corresponding invite button:

{ inputs[i].click();