How to Invite Everyone to A Facebook event - Quick and Easy

How To Invite Everyone To A Facebook Event - Ever wondered just how you can invite all your good friends to such as a web page on Facebook? What if you're arranging a large Project X and also intend to welcome every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite Everyone To A Facebook Event

How To Invite Everyone To A Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at once. Again, make use of Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the really lower of that listing that just popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code 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 tried this as well as it functioned, however if for one reason or another it does not for you, simply let me understand, I'll upgrade the manuscript. And you can just invite up to 500 people daily to an event.

Code Explanation
Considering that I am a Computer system Researcher, I could too briefly discuss what the script does so you understand that it is not a virus, yet a simple hack.

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

This line look for the element 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 pals:

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

Click their particular invite button:

{ inputs[i].click();