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

How To Invite All Friends To Facebook Event - Ever asked yourself exactly how you can welcome all your close friends to such as a page on Facebook? What if you're organizing a huge Job X and intend to welcome every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To Facebook Event

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event simultaneously. Once more, utilize 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 to the really lower of that listing that just turned up.
4. Kind "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few secs and then struck Send out Invites. All your Facebook close friends are invited to your occasion.

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

Note: I tried this and it functioned, however if somehow it doesn't for you, just let me recognize, I'll upgrade the manuscript. As well as you can only invite approximately 500 people daily to an event.

Code Explanation
Since I am a Computer system Scientist, I could as well quickly describe what the script does so you know that it is not a virus, but a simple hack.

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

This line searches for the component called "_ 42ft ..." which happens to be the invite box and also loads it to the inputs variable.

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

This loops for all your friends:

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

Click their respective invite button:

{ inputs[i].click();