How to Select All Friends On Facebook event - Quick and Easy

How To Select All Friends On Facebook Event - Ever wondered exactly how you can invite all your buddies to like a page on Facebook? What happens if you're organizing an enormous Project X and also wish to welcome everyone you know to your Facebook event?
how to invite all friends to a facebook event

How To Select All Friends On Facebook Event

How To Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook event at the same time. Again, make use of Google Chrome to attain 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 lower of that listing that simply popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of seconds and after that struck Send Invites. All your Facebook pals are invited to your event.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I tried this and also it functioned, but if for one reason or another it does not for you, simply let me recognize, I'll update the manuscript. As well as you can only invite as much as 500 individuals per day to an occasion.

Code Explanation
Since I am a Computer Scientist, I might as well quickly discuss what the manuscript does so you understand that it is not a virus, however a simple hack.

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

This line look for the component called "_ 42ft ..." which occurs to be the invite box and also lots it to the inputs variable.

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

This loopholes for all your close friends:

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

Click on their respective invite button:

{ inputs[i].click();