Select All Friends On Facebook event

Select All Friends On Facebook Event - Facebook pal invites serve to invite your good friends to find to an occasion or to such as a Facebook page. Sadly invites via Facebook can become a time-consuming task, especially if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will certainly clarify it step by step. Remember to make certain you are using Firefox, as it supports JavaScript features.

Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion simultaneously. 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 extremely lower of that listing that just appeared.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and after that struck Send Invites. All your Facebook good friends are invited to your occasion.

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

Note: I tried this and also it worked, however if for one reason or another it doesn't for you, just let me recognize, I'll upgrade the manuscript. As well as you can just invite approximately 500 individuals per day to an occasion.

Code Explanation
Considering that I am a Computer system Researcher, I could too briefly explain what the script does so you recognize that it is not a virus, yet an easy hack.

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

This line searches for the aspect 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 close friends:

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

Click on their particular invite switch:

{ inputs[i].click();