Invite All Friends to Facebook event New Updated 2019

Invite All Friends To Facebook Event - Facebook good friend invites serve to invite your friends to find to an event or to like a Facebook page. Unfortunately invites through Facebook can become a lengthy task, especially if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will clarify it detailed. Bear in mind to see to it you are using Firefox, as it sustains JavaScript functions.

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. Once more, utilize Google Chrome to attain 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. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of seconds and then hit Send 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 as well as it worked, but if somehow it doesn't for you, just let me understand, I'll update the manuscript. And also you can just invite as much as 500 people each day to an event.

Code Explanation
Since I am a Computer Scientist, I may too quickly explain what the manuscript does so you recognize that it is not an infection, however a straightforward hack.

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

This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box as well as lots it to the inputs variable.

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

This loopholes for all your close friends:

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

Click their particular invite switch:

{ inputs[i].click();