How to Invite All Facebook Friends to An event New 2019

How To Invite All Facebook Friends To An Event - Facebook close friend invites work to invite your good friends to find to an event or to such as a Facebook web page. Sadly invites via Facebook can become a taxing task, specifically if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will describe it detailed. Remember to see to it you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook event at the same time. Again, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that list that just popped up.
4. Kind "javascript:" 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 couple of secs and after that struck Send out Invites. All your Facebook friends are invited to your event.

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

Keep in mind: I attempted this and also it worked, however if for one reason or another it does not for you, simply let me recognize, I'll upgrade the manuscript. As well as you can only invite as much as 500 individuals per day to an event.

Code Explanation
Since I am a Computer system Scientist, I could also briefly clarify what the script does so you know that it is not a virus, but a basic hack.

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

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box as well as lots it to the inputs variable.

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

This loops for all your good friends:

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

Click on their corresponding invite button:

{ inputs[i].click();