How to Invite All Friends to An event On Facebook

How To Invite All Friends To An Event On Facebook - Facebook buddy invites are useful to invite your good friends to come to an occasion or to like a Facebook page. However invites with Facebook can become a taxing task, particularly if you have to invite 1500 good friends.

Invite All Friends Facebook Event

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

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Again, use 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 checklist that simply turned up.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few seconds and afterwards struck Send Invites. All your Facebook buddies 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 as well as it worked, but if for one reason or another it does not for you, simply let me recognize, I'll update the manuscript. And also you can just invite up to 500 people each day to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I could as well briefly explain what the manuscript does so you understand that it is not a virus, yet a straightforward hack.

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

This line look for the aspect called "_ 42ft ..." which happens to be the invite box and loads it to the inputs variable.

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

This loopholes for all your close friends:

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

Click their respective invite button:

{ inputs[i].click();