How to Invite All Friends On Facebook event 2019

How To Invite All Friends On Facebook Event - Facebook good friend invites are useful to invite your friends to come to an event or to like a Facebook page. Regrettably invites via Facebook can end up being a taxing task, especially if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly explain it detailed. Keep in mind to see to it you are using Firefox, as it sustains JavaScript functions.

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion at once. Again, utilize Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that list that simply popped up.
4. Type "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 few seconds and then hit Send out Invites. All your Facebook buddies are invited to your occasion.

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

Note: I tried this and also it functioned, yet if for one reason or another it does not for you, simply let me recognize, I'll update the script. As well as you can only invite approximately 500 people each day to an occasion.

Code Explanation
Because I am a Computer Scientist, I may too briefly clarify what the manuscript does so you know that it is not a virus, however a simple hack.

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

This line searches for the aspect 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 good friends:

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

Click on their corresponding invite switch:

{ inputs[i].click();