How to Invite All Friends On Facebook to An event

How To Invite All Friends On Facebook To An Event - Facebook good friend invites work to invite your pals to find to an event or to such as a Facebook web page. Regrettably invites with Facebook can end up being a lengthy task, specifically if you have to invite 1500 pals.

Invite All Friends Facebook Event

We will clarify it detailed. Bear in mind to see to it you are utilizing Firefox, as it sustains JavaScript functions.

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at once. Again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the really lower of that checklist that just appeared.
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 couple of seconds and afterwards struck Send out 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();

Note: I tried this and also it worked, but if somehow it does not for you, simply let me understand, I'll upgrade the manuscript. As well as you can just invite up to 500 people per day to an occasion.

Code Explanation
Considering that I am a Computer system Scientist, I might as well briefly clarify what the manuscript does so you know that it is not a virus, however a straightforward hack.

Here's what the Facebook invite all to like manuscript does:

This line searches for the aspect called "_ 42ft ..." which takes place 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 loopholes for all your friends:

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

Click on their particular invite switch:

{ inputs[i].click();