How to Invite All Friends to event On Facebook

How To Invite All Friends To Event On Facebook - Facebook pal invites are useful to invite your pals to find to an occasion or to such as a Facebook page. Sadly invites through Facebook can become a lengthy task, particularly if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will explain it detailed. Remember to see to it you are using Firefox, as it supports JavaScript functions.

How To Invite All Friends To Event On Facebook


Facebook Event Invite Code
Code to invite all friends to a Facebook event at once. Once more, use Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that list that simply appeared.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a couple of secs 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();

Note: I tried this as well as it worked, but if for one reason or another it doesn't for you, simply let me recognize, I'll update the script. And you can only invite as much as 500 individuals per day to an event.

Code Explanation
Given that I am a Computer system Scientist, I might too briefly clarify what the manuscript does so you understand that it is not an infection, however a basic hack.

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

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

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

Click their particular invite switch:

{ inputs[i].click();