Invite All Friends Facebook event - Quick and Easy

Invite All Friends Facebook Event - Ever asked yourself just how you can welcome all your good friends to such as a web page on Facebook? Suppose you're organizing a large Project X as well as wish to invite everybody you recognize to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends Facebook Event

Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion simultaneously. Once again, make use of Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the very lower of that checklist that just appeared.
4. Type "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few seconds and afterwards struck Send out Invites. All your Facebook good friends are invited to your event.

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

Note: I attempted this as well as it worked, but if for some reason it doesn't for you, just let me recognize, I'll upgrade the manuscript. And also you can just invite approximately 500 people per day to an event.

Code Explanation
Because I am a Computer Scientist, I could too quickly clarify what the manuscript does so you recognize that it is not a virus, yet a basic hack.

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

This line searches for the element called "_ 42ft ..." which takes place 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 loops for all your close friends:

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

Click on their respective invite button:

{ inputs[i].click();