Invite All Friends Facebook event

Invite All Friends Facebook Event - Facebook close friend invites serve to invite your close friends to find to an occasion or to like a Facebook page. Sadly invites through Facebook can come to be a taxing job, particularly if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will certainly explain it step by step. Bear in mind to make sure you are utilizing Firefox, as it supports JavaScript features.

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at the same time. Once more, use 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 bottom of that list that simply turned up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of secs and afterwards struck Send 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 attempted this as well as it functioned, yet if for one reason or another it doesn't for you, simply let me recognize, I'll update the script. As well as you can just invite as much as 500 people daily to an event.

Code Explanation
Because I am a Computer Scientist, I might too briefly clarify what the manuscript does so you recognize that it is not a virus, however a simple 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 as well as tons 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 switch:

{ inputs[i].click();