How to Invite All Friends In Facebook event

How To Invite All Friends In Facebook Event - Facebook friend invites work to invite your friends to come to an event or to like a Facebook page. However invites via Facebook can come to be a taxing job, especially if you need to invite 1500 buddies.

Invite All Friends Facebook Event

We will describe it step by step. Bear in mind to see to it you are making use of Firefox, as it supports JavaScript features.

How To Invite All Friends In Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion at the same time. Once again, utilize Google Chrome to accomplish 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 listing that just popped up.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of seconds and after that hit Send out Invites. All your Facebook buddies are invited to your event.

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, but if for one reason or another it doesn't for you, simply let me know, I'll update the manuscript. And also you can only invite approximately 500 individuals daily to an occasion.

Code Explanation
Because I am a Computer system Scientist, I could too briefly explain what the manuscript does so you recognize that it is not a virus, but an easy hack.

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

This line look for the component called "_ 42ft ..." which happens to be the invite box and also loads 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 their corresponding invite button:

{ inputs[i].click();