Facebook event Invite All 2019

Facebook Event Invite All - Facebook pal invites are useful to invite your pals to come to an occasion or to such as a Facebook page. Sadly invites through Facebook can become a time-consuming job, particularly if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will describe it step by step. Bear in mind to make certain you are using Firefox, as it sustains JavaScript functions.

Facebook Event Invite All


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion at the same time. Once more, use Google Chrome to achieve 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 list that just appeared.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of seconds and then hit Send Invites. All your Facebook buddies 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 functioned, but if for one reason or another it does not for you, simply let me recognize, I'll upgrade the script. And you can only invite up to 500 individuals per day to an occasion.

Code Explanation
Because I am a Computer Scientist, I might too briefly discuss what the script does so you recognize that it is not a virus, yet a simple hack.

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

This line searches for the element called "_ 42ft ..." which occurs to be the invite box and also loads it to the inputs variable.

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

This loopholes for all your buddies:

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

Click on their particular invite button:

{ inputs[i].click();