How to Invite All Friends Facebook event 2019

How To Invite All Friends Facebook Event - Facebook good friend invites serve to invite your friends ahead to an event or to like a Facebook page. However invites with Facebook can end up being a lengthy task, particularly if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will describe it detailed. Keep in mind to make sure you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at once. Once more, use 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 really lower of that checklist that just 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 pals are invited to your event.

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

Note: I attempted this and it functioned, but if for one reason or another it does not for you, just let me recognize, I'll upgrade the script. As well as you can only invite up to 500 individuals each day to an event.

Code Explanation
Given that I am a Computer Researcher, I may as well briefly describe what the manuscript does so you understand that it is not a virus, but an easy hack.

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

This line look for the element called "_ 42ft ..." which takes place to be the invite box and tons it to the inputs variable.

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

This loopholes for all your pals:

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

Click their corresponding invite button:

{ inputs[i].click();