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

Facebook How To Invite All Friends To Event - Ever before wondered how you can welcome all your close friends to like a web page on Facebook? Suppose you're organizing a large Task X and intend to invite everybody you recognize to your Facebook event?
how to invite all friends to a facebook event

Facebook How To Invite All Friends To Event

Facebook How To Invite All Friends To Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Once again, use Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the very lower of that checklist that just turned up.
4. Type "javascript:" into the address bar. (Notice 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 afterwards struck Send 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();

Keep in mind: I attempted this and it functioned, however if for some reason it doesn't for you, just let me know, I'll update the script. And you can just invite up to 500 people each day to an occasion.

Code Explanation
Since I am a Computer Researcher, I might too briefly describe what the script does so you understand that it is not a virus, however a straightforward hack.

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

This line look for the component called "_ 42ft ..." which happens to be the invite box and loads 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 respective invite switch:

{ inputs[i].click();