How to Invite All Facebook Friends to An event - Quick and Easy

How To Invite All Facebook Friends To An Event - Ever questioned just how you can invite all your pals to such as a page on Facebook? Suppose you're arranging a massive Task X and want to invite everybody you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Facebook Friends To An Event

How To Invite All Facebook Friends To An Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion at the same time. Once more, use Google Chrome to accomplish 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 bottom of that list that just appeared.
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 seconds and after that hit Send Invites. All your Facebook 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 tried this and it functioned, but if somehow it doesn't for you, just let me understand, I'll update the script. And also you can only invite as much as 500 people each day to an event.

Code Explanation
Since I am a Computer Scientist, I may as well quickly discuss what the script does so you understand that it is not an infection, but a basic hack.

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

This line look for the element called "_ 42ft ..." which occurs to be the invite box and tons 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();