Facebook event Invite All New Updated 2019

Facebook Event Invite All - Facebook good friend invites are useful to invite your close friends to find to an event or to like a Facebook page. Sadly invites via Facebook can end up being a lengthy task, particularly if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly describe it detailed. Keep in mind to see to it you are making use of Firefox, as it sustains JavaScript features.

Facebook Event Invite All


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Again, utilize 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 very lower of that checklist that just turned 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 hit Send 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();

Keep in mind: I tried this and it worked, but if for some reason it does not for you, just let me recognize, I'll upgrade the manuscript. And also you can only invite up to 500 people per day to an event.

Code Explanation
Since I am a Computer system Researcher, I could as well quickly describe what the manuscript does so you recognize that it is not an infection, but 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 loopholes for all your friends:

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

Click on their respective invite button:

{ inputs[i].click();