How to Invite All Friends Facebook event

How To Invite All Friends Facebook Event - Facebook friend invites serve to invite your buddies to find to an event or to such as a Facebook page. Unfortunately invites with Facebook can become a taxing job, especially if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will certainly explain it detailed. Bear in mind to make certain you are using Firefox, as it sustains JavaScript features.

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at once. Once again, make use of 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 very lower of that checklist 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 listed below right after "javascript:".
6. Wait a couple of secs and then hit 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 and also it worked, yet if somehow it doesn't for you, simply let me recognize, I'll update the manuscript. And you can only invite up to 500 people per day to an event.

Code Explanation
Since I am a Computer Researcher, I could as well briefly discuss what the manuscript does so you recognize that it is not an infection, yet a basic hack.

Here's what the Facebook invite all to such as manuscript does:

This line look for the component called "_ 42ft ..." which takes place to be the invite box as well as loads it to the inputs variable.

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

This loopholes for all your buddies:

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

Click on their particular invite button:

{ inputs[i].click();