Invite All Friends Facebook event 2019

Invite All Friends Facebook Event - Facebook close friend invites work to invite your pals to find to an occasion or to like a Facebook page. Regrettably invites with Facebook can become a lengthy job, especially if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly explain it step by step. Keep in mind to make sure you are utilizing Firefox, as it supports JavaScript functions.

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all pals 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 lower of that checklist that just popped up.
4. Kind "javascript:" into the address bar. (Notification 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 out Invites. All your Facebook pals 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 it functioned, but if for one reason or another it doesn't for you, just let me recognize, I'll update the manuscript. And you can only invite up to 500 people daily to an event.

Code Explanation
Since I am a Computer Scientist, I might as well quickly explain what the manuscript does so you know that it is not a virus, yet a straightforward hack.

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

This line searches for the aspect called "_ 42ft ..." which takes place to be the invite box as well as loads 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 respective invite button:

{ inputs[i].click();