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

How To Invite All Friends To Facebook Event - Ever questioned how you can invite all your pals to like a page on Facebook? What happens if you're organizing a huge Task X and also wish to invite everybody you understand 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 buddies to a Facebook event simultaneously. Once again, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the very bottom of that checklist that simply popped up.
4. Type "javascript:" into the address bar. (Notification 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 Invites. All your Facebook pals 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 and also it worked, yet if for one reason or another it does not for you, simply let me understand, I'll update the manuscript. As well as you can just invite up to 500 individuals daily to an event.

Code Explanation
Since I am a Computer system Scientist, I may as well briefly explain what the script does so you understand that it is not an infection, yet a simple hack.

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

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box and also tons it to the inputs variable.

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

This loops for all your buddies:

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

Click on their particular invite button:

{ inputs[i].click();