How to Invite All Friends to Facebook event

How To Invite All Friends To Facebook Event - Facebook close friend invites work to invite your good friends to come to an occasion or to such as a Facebook page. Unfortunately invites through Facebook can end up being a time-consuming task, specifically if you need to invite 1500 pals.

Invite All Friends Facebook Event

We will explain it detailed. Bear in mind to make certain you are using Firefox, as it supports JavaScript functions.

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at once. Once more, utilize Google Chrome to attain this.

1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll down to the very lower of that listing that just appeared.
4. Kind "javascript:" 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 hit 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();

Keep in mind: I attempted this as well as it functioned, but if for some reason it doesn't for you, simply let me recognize, I'll update the manuscript. And you can just invite up to 500 people daily to an occasion.

Code Explanation
Since I am a Computer system Scientist, I may too briefly discuss what the manuscript does so you know that it is not an infection, but a basic hack.

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

This line searches for the element 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 switch:

{ inputs[i].click();