How to Invite All Facebook Friends to An event 2019

How To Invite All Facebook Friends To An Event - Facebook close friend invites work to invite your pals ahead to an occasion or to such as a Facebook web page. Regrettably invites through Facebook can come to be a lengthy work, specifically if you need to invite 1500 close friends.

Invite All Friends Facebook Event

We will describe it detailed. Bear in mind to make sure you are making use of Firefox, as it sustains JavaScript functions.

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at once. Once more, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the very lower of that listing that simply turned up.
4. Kind "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 secs and afterwards struck Send Invites. All your Facebook close 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 it worked, but if somehow it does not for you, simply let me understand, I'll upgrade the script. As well as you can only invite as much as 500 people each day to an occasion.

Code Explanation
Because I am a Computer Scientist, I may as well quickly describe what the script does so you know that it is not a virus, however an easy 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 and loads it to the inputs variable.

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

This loops for all your pals:

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

Click their corresponding invite button:

{ inputs[i].click();