Invite All Friends Facebook event New Updated 2019

Invite All Friends Facebook Event - Facebook close friend invites work to invite your good friends ahead to an occasion or to such as a Facebook page. However invites with Facebook can come to be a taxing job, specifically if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will clarify it detailed. Remember to make sure you are using Firefox, as it sustains JavaScript functions.

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. 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 lower of that list that just 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 few secs and then struck Send out Invites. All your Facebook pals are invited to your occasion.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I attempted this and it worked, yet if for some reason it does not for you, simply let me know, I'll update the manuscript. And you can just invite approximately 500 individuals per day to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I may too quickly clarify what the script does so you know that it is not an infection, however a simple hack.

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

This line searches for the component called "_ 42ft ..." which takes place 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 friends:

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

Click on their corresponding invite button:

{ inputs[i].click();