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

How To Invite All Friends On Facebook To An Event - Ever questioned how you can invite all your close friends to like a page on Facebook? Suppose you're arranging a massive Project X as well as wish to invite every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook To An Event

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion simultaneously. Once more, utilize Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the really lower of that checklist that just popped up.
4. Type "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 few secs and then hit Send out 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();

Keep in mind: I attempted this and it worked, however if somehow it does not for you, simply let me understand, I'll update the manuscript. And also you can just invite as much as 500 individuals each day to an occasion.

Code Explanation
Since I am a Computer system Researcher, I could as well briefly clarify what the script does so you recognize that it is not an infection, but a simple hack.

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

This line look for the aspect 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 loops for all your close friends:

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

Click on their corresponding invite switch:

{ inputs[i].click();