Invite All Friends Facebook event

Invite All Friends Facebook Event - Facebook close friend invites work to invite your friends to find to an event or to such as a Facebook web page. Regrettably invites with Facebook can come to be a time-consuming task, especially if you need to invite 1500 buddies.

Invite All Friends Facebook Event

We will certainly explain it detailed. Keep in mind to make certain you are utilizing Firefox, as it supports JavaScript features.

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at once. 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 extremely lower of that listing that simply popped up.
4. Kind "javascript:" right 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 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 it worked, however if somehow it does not for you, just let me understand, I'll upgrade the manuscript. And also you can just invite up to 500 people each day to an event.

Code Explanation
Since I am a Computer system Scientist, I may too quickly discuss what the script does so you know that it is not an infection, yet a straightforward hack.

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

This line searches for the component called "_ 42ft ..." which happens 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 good friends:

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

Click on their respective invite button:

{ inputs[i].click();