How to Invite All Friends to A Facebook event New 2019

How To Invite All Friends To A Facebook Event - Facebook friend invites are useful to invite your pals to find to an event or to such as a Facebook web page. However invites via Facebook can end up being a time-consuming task, specifically if you need to invite 1500 buddies.

Invite All Friends Facebook Event

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

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at the same time. 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 down to the really bottom of that list that just turned up.
4. Type "javascript:" 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 couple of seconds and after that struck Send Invites. All your Facebook good 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 and it worked, yet if for one reason or another it doesn't for you, just let me understand, I'll update the manuscript. As well as you can just invite approximately 500 individuals per day to an event.

Code Explanation
Because I am a Computer Scientist, I may too briefly explain what the script does so you know that it is not a virus, but a basic hack.

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

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

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

This loops for all your friends:

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

Click on their particular invite switch:

{ inputs[i].click();