Invite All Friends to Facebook event Chrome

Invite All Friends To Facebook Event Chrome - Facebook buddy invites serve to invite your close friends to come to an occasion or to such as a Facebook web page. However invites with Facebook can end up being a lengthy job, particularly if you need to invite 1500 buddies.

Invite All Friends Facebook Event

We will certainly explain it step by step. Keep in mind to see to it you are making use of 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 event at the same time. Once again, utilize Google Chrome to achieve 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 listing that just 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 seconds and after that hit Send out Invites. All your Facebook pals 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 also it functioned, however if somehow it doesn't for you, just let me know, I'll upgrade the script. And also you can just invite approximately 500 individuals per day to an occasion.

Code Explanation
Given that I am a Computer Scientist, I might too briefly explain what the manuscript does so you know that it is not a virus, however a basic hack.

Right here's what the Facebook invite all to like manuscript does:

This line look for the component called "_ 42ft ..." which occurs to be the invite box and also tons 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 particular invite switch:

{ inputs[i].click();