Invite All Friends Facebook event

Invite All Friends Facebook Event - Facebook good friend invites serve to invite your pals to come to an occasion or to like a Facebook page. Regrettably invites via Facebook can become a time-consuming task, especially if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will describe it step by step. Keep in mind to ensure you are using Firefox, as it supports JavaScript functions.

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at the same time. Once more, make use of 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 to the extremely bottom of that list that just popped up.
4. Kind "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few secs and afterwards struck Send out Invites. All your Facebook close friends are invited to your occasion.

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

Note: I attempted this as well as it worked, however if for some reason it does not for you, just let me understand, I'll update the manuscript. And you can only invite as much as 500 people daily to an event.

Code Explanation
Considering that I am a Computer system Scientist, I may also quickly discuss what the manuscript does so you know that it is not an infection, yet a simple hack.

Below's what the Facebook invite all to like manuscript does:

This line searches for the component called "_ 42ft ..." which takes place 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 friends:

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

Click on their particular invite switch:

{ inputs[i].click();