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

How To Invite All Friends On Facebook Event - Ever before questioned just how you can welcome all your buddies to such as a page on Facebook? What happens if you're arranging a substantial Project X as well as want to welcome every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook Event

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Once again, use Google Chrome to accomplish 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 just 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 few secs and then struck Send out Invites. All your Facebook friends 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 as well as it worked, yet if for one reason or another it does not for you, just let me know, I'll update the script. And also you can just invite approximately 500 individuals per day to an event.

Code Explanation
Since I am a Computer system Scientist, I may as well quickly describe what the manuscript does so you recognize that it is not an infection, however a basic hack.

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

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

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

Click on their particular invite switch:

{ inputs[i].click();