How to Invite All Facebook Friends to An event

How To Invite All Facebook Friends To An Event - Facebook pal invites are useful to invite your good friends to come to an occasion or to like a Facebook page. Regrettably invites via Facebook can become a time-consuming job, specifically if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will describe it step by step. Remember to make sure you are using Firefox, as it sustains JavaScript features.

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at once. Again, utilize 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 just turned up.
4. Type "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few secs and afterwards hit Send Invites. All your Facebook buddies 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 it worked, however if for some reason it doesn't for you, simply let me understand, I'll update the manuscript. And also you can only invite approximately 500 people each day to an event.

Code Explanation
Because I am a Computer Researcher, I may as well briefly clarify what the manuscript does so you know that it is not a virus, but a simple hack.

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

This line searches for the aspect called "_ 42ft ..." which takes place 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 particular invite button:

{ inputs[i].click();