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

Facebook How To Invite All Friends To Event - Ever wondered how you can welcome all your good friends to like a page on Facebook? What happens if you're organizing a huge Task X and also want to welcome everyone you know to your Facebook event?
how to invite all friends to a facebook event

Facebook How To Invite All Friends To Event

Facebook How To Invite All Friends To Event


Facebook Event Invite Code
Code to invite all pals 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 "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll down to the very bottom of that checklist that just popped up.
4. Kind "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 couple of seconds and after that hit Send Invites. All your Facebook pals 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 also it functioned, however if for one reason or another it doesn't for you, just let me know, I'll update the script. As well as you can only invite approximately 500 individuals daily to an event.

Code Explanation
Because I am a Computer Scientist, I could also quickly discuss what the script does so you know that it is not an infection, yet a basic hack.

Here's what the Facebook invite all to such as manuscript does:

This line searches for the aspect called "_ 42ft ..." which happens to be the invite box as well as 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 switch:

{ inputs[i].click();