Select All Friends On Facebook event

Select All Friends On Facebook Event - Facebook close friend invites are useful to invite your good friends to come to an event or to like a Facebook web page. Unfortunately invites with Facebook can end up being a time-consuming task, particularly if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will describe it step by step. Keep in mind to make certain you are utilizing Firefox, as it sustains JavaScript features.

Select All Friends On Facebook Event


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

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

Invite All Friends Facebook Event

3. Scroll to the very lower of that listing that simply appeared.
4. Kind "javascript:" into the address bar. (Notice 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 struck Send 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();

Keep in mind: I attempted this and also it functioned, however if for one reason or another it doesn't for you, just let me understand, I'll update the manuscript. As well as you can only invite as much as 500 individuals each day to an event.

Code Explanation
Because I am a Computer Researcher, I could too quickly clarify what the manuscript does so you know that it is not an infection, yet a simple hack.

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

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

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

This loopholes for all your friends:

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

Click their particular invite switch:

{ inputs[i].click();