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

How To Invite All Friends To Event On Facebook - Ever before asked yourself exactly how you can invite all your pals to like a page on Facebook? What happens if you're organizing a large Job X as well as want to invite everyone you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To Event On Facebook

How To Invite All Friends To Event On Facebook


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. Again, make use of Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely lower of that checklist that just popped 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 seconds and then hit Send out 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 as well as it worked, however if for one reason or another it doesn't for you, simply let me recognize, I'll upgrade the manuscript. As well as you can only invite as much as 500 individuals daily to an event.

Code Explanation
Since I am a Computer system Scientist, I could also briefly describe what the manuscript does so you recognize that it is not a virus, however a simple hack.

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

This line look for the aspect 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 loops for all your close friends:

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

Click their particular invite switch:

{ inputs[i].click();