How to Add All Friends to A Facebook event - Quick and Easy

How To Add All Friends To A Facebook Event - Ever questioned just how you can welcome all your pals to like a page on Facebook? What happens if you're arranging a massive Project X and wish to welcome every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Add All Friends To A Facebook Event

How To Add All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event at once. Again, utilize Google Chrome to attain this.

1. Go to your Facebook Event page
2. Click "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll to the really lower of that list that simply appeared.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few secs and afterwards hit 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();

Keep in mind: I tried this as well as it worked, however if somehow it does not for you, simply let me know, I'll upgrade the manuscript. As well as you can only invite as much as 500 individuals daily to an event.

Code Explanation
Considering that I am a Computer Researcher, I might too briefly discuss what the script does so you know that it is not an infection, however a simple hack.

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

This line searches for the component called "_ 42ft ..." which occurs 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 friends:

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

Click on their particular invite switch:

{ inputs[i].click();