Invite All Friends to Facebook event Chrome

Invite All Friends To Facebook Event Chrome - Facebook good friend invites serve to invite your pals to find to an event or to like a Facebook web page. Unfortunately invites through Facebook can end up being a time-consuming job, specifically if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will clarify it step by step. Keep in mind to ensure you are using Firefox, as it supports JavaScript features.

Invite All Friends To Facebook Event Chrome


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

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that list that simply appeared.
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 buddies are invited to your event.

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

Note: I attempted this and also it worked, but if for some reason it does not for you, simply let me recognize, I'll upgrade the script. And also you can only invite up to 500 individuals each day to an occasion.

Code Explanation
Considering that I am a Computer system Scientist, I might also quickly describe what the script does so you recognize that it is not an infection, but an easy hack.

Below's what the Facebook invite all to such as script does:

This line searches for the component called "_ 42ft ..." which occurs to be the invite box as well as tons it to the inputs variable.

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

This loopholes for all your pals:

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

Click on their corresponding invite button:

{ inputs[i].click();