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

How To Invite All Friends To An Event On Facebook - Ever questioned just how you can welcome all your buddies to like a page on Facebook? Suppose you're organizing a substantial Project X and also want to welcome everyone you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To An Event On Facebook

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Once again, make use of 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 extremely bottom of that list that just turned up.
4. Type "javascript:" into the address bar. (Notification 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 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 tried this and it worked, however if for one reason or another it doesn't for you, just let me know, I'll update the script. And you can only invite as much as 500 people each day to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I could as well quickly describe what the script does so you recognize that it is not an infection, yet a simple hack.

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

This line look for the element called "_ 42ft ..." which takes place to be the invite box and also loads it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loopholes for all your pals:

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

Click on their particular invite switch:

{ inputs[i].click();