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

How To Invite All Friends To An Event On Facebook - Ever asked yourself exactly how you can invite all your pals to like a web page on Facebook? What if you're arranging a substantial Task X and intend to welcome everybody you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To An Event On Facebook

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all friends to a Facebook event at the same time. Once more, use Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that listing that simply turned up.
4. Kind "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of secs and after that hit 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 attempted this and it functioned, but if for some reason it doesn't for you, just let me recognize, I'll update the manuscript. And also you can only invite up to 500 individuals each day to an event.

Code Explanation
Given that I am a Computer system Scientist, I might as well briefly clarify what the script does so you understand that it is not a virus, however a basic hack.

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

This line look for the component called "_ 42ft ..." which takes place 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 good friends:

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

Click their corresponding invite switch:

{ inputs[i].click();