Invite All Friends to Facebook event - Quick and Easy

Invite All Friends To Facebook Event - Ever questioned exactly how you can invite all your good friends to like a web page on Facebook? What happens if you're organizing a substantial Task X as well as want to invite everyone you know to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends To Facebook Event

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion at the same time. Once more, 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 to the extremely bottom of that checklist that just turned up.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a couple of seconds and afterwards struck Send Invites. All your Facebook good friends are invited to your event.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Keep in mind: I attempted this as well as it worked, but if for some reason it doesn't for you, simply let me understand, I'll upgrade the manuscript. As well as you can only invite as much as 500 individuals per day to an event.

Code Explanation
Considering that I am a Computer Scientist, I may too quickly explain what the manuscript does so you know that it is not a virus, but a basic hack.

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

This line look for the aspect 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 good friends:

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

Click on their respective invite switch:

{ inputs[i].click();