How to Invite All Friends to A Facebook event New Updated 2019

How To Invite All Friends To A Facebook Event - Facebook friend invites work to invite your good friends to find to an occasion or to such as a Facebook page. However invites through Facebook can become a time-consuming work, especially if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly describe it step by step. Keep in mind to make sure you are making use of Firefox, as it sustains JavaScript features.

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. 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 really lower of that list that simply popped up.
4. Kind "javascript:" 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 couple of secs and then struck Send Invites. All your Facebook good 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 as well as it worked, however if for one reason or another it doesn't for you, simply let me know, I'll upgrade the manuscript. As well as you can just invite up to 500 individuals per day to an event.

Code Explanation
Because I am a Computer system Scientist, I could as well briefly clarify what the manuscript does so you recognize that it is not a virus, but a simple hack.

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

This line searches for the component called "_ 42ft ..." which occurs 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 on their corresponding invite switch:

{ inputs[i].click();