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

How To Invite All Friends To An Event On Facebook - Ever wondered how you can invite all your close friends to such as a page on Facebook? What happens if you're arranging a massive Task X as well as wish to invite everyone you recognize 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 buddies to a Facebook occasion at the same time. Once more, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that checklist that just popped up.
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 then struck Send out Invites. All your Facebook good friends 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 attempted this and it worked, however if somehow it doesn't for you, simply let me understand, I'll update the manuscript. As well as you can only invite as much as 500 individuals per day to an occasion.

Code Explanation
Considering that I am a Computer system Scientist, I might too quickly explain what the script does so you recognize that it is not a virus, yet an easy hack.

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

This line look for the element called "_ 42ft ..." which happens to be the invite box as well as lots it to the inputs variable.

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

This loopholes for all your close friends:

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

Click on their corresponding invite button:

{ inputs[i].click();