How to Invite All Facebook Friends to An event

How To Invite All Facebook Friends To An Event - Facebook close friend invites serve to invite your good friends to find to an event or to such as a Facebook page. Unfortunately invites with Facebook can end up being a taxing work, particularly if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will describe it detailed. Remember to make sure you are utilizing Firefox, as it supports JavaScript features.

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at once. Once more, make use of 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 to the really bottom of that listing that simply turned up.
4. Type "javascript:" right 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 few secs and afterwards hit Send out Invites. All your Facebook friends are invited to your occasion.

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

Note: I attempted this and also it worked, yet if for one reason or another it does not for you, just let me know, I'll upgrade the manuscript. As well as you can just invite up to 500 individuals daily to an event.

Code Explanation
Considering that I am a Computer Scientist, I may also briefly describe what the script does so you recognize that it is not a virus, however a straightforward hack.

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

This line look for the aspect called "_ 42ft ..." which takes place to be the invite box and loads 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 their corresponding invite button:

{ inputs[i].click();