How to Select All Friends On Facebook event - Quick and Easy

How To Select All Friends On Facebook Event - Ever questioned how you can welcome all your close friends to such as a page on Facebook? What happens if you're organizing a substantial Task 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 Select All Friends On Facebook Event

How To Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at once. Once again, make use of 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 lower of that list that simply appeared.
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 couple of seconds and afterwards 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();

Note: I tried this and it functioned, but if somehow it does not for you, just let me understand, I'll upgrade the manuscript. And also you can only invite approximately 500 individuals per day to an occasion.

Code Explanation
Given that I am a Computer Researcher, I may too briefly describe what the script does so you understand that it is not a virus, but a basic hack.

Right here's what the Facebook invite all to such as script does:

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

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

Click on their corresponding invite button:

{ inputs[i].click();