How to Select All Friends On Facebook event

How To Select All Friends On Facebook Event - Facebook friend invites work to invite your good friends to come to an occasion or to such as a Facebook page. Sadly invites with Facebook can become a lengthy task, especially if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will discuss it detailed. Bear in mind to see to it you are utilizing Firefox, as it supports JavaScript features.

How To Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. Once again, use Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the very bottom of that listing that simply appeared.
4. Type "javascript:" right into the address bar. (Notice 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 hit Send Invites. All your Facebook good 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 attempted this as well as it worked, however if for some reason it does not for you, simply let me recognize, I'll update the manuscript. And also you can only invite up to 500 people daily to an event.

Code Explanation
Because I am a Computer Researcher, I might as well briefly discuss what the manuscript does so you know that it is not a virus, however a straightforward hack.

Right 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 lots 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 on their particular invite button:

{ inputs[i].click();