How to Invite All Friends to Facebook event

How To Invite All Friends To Facebook Event - Facebook friend invites work to invite your good friends to come to an occasion or to like a Facebook page. Unfortunately invites through Facebook can come to be a time-consuming job, especially if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will certainly discuss it step by step. Bear in mind to make sure you are making use of Firefox, as it supports JavaScript features.

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event simultaneously. Once again, use 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 list that just appeared.
4. Type "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 few seconds and after that struck Send out 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 does not for you, just let me recognize, I'll upgrade the manuscript. And also you can only invite up to 500 individuals daily to an event.

Code Explanation
Since I am a Computer system Scientist, I may as well quickly explain what the manuscript does so you know that it is not an infection, however a simple hack.

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

This line searches for the component called "_ 42ft ..." which happens to be the invite box and also lots it to the inputs variable.

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

This loops for all your pals:

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

Click on their particular invite button:

{ inputs[i].click();