Invite All Friends to Facebook event Chrome - Quick and Easy

Invite All Friends To Facebook Event Chrome - Ever wondered how you can invite all your good friends to like a web page on Facebook? Suppose you're arranging an enormous Project X as well as wish to welcome everyone you recognize to your Facebook event?
how to invite all friends to a facebook event

Invite All Friends To Facebook Event Chrome

Invite All Friends To Facebook Event Chrome


Facebook Event Invite Code
Code to invite all friends to a Facebook event simultaneously. 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 list that just turned up.
4. Type "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 secs and after that struck Send out Invites. All your Facebook close friends are invited to your event.

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

Note: I tried this as well as it functioned, however if for some reason it does not for you, just let me recognize, I'll upgrade the script. And also you can only invite up to 500 people daily to an event.

Code Explanation
Since I am a Computer system Scientist, I could too quickly discuss what the script does so you know that it is not an infection, yet a basic hack.

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

This line searches for the aspect called "_ 42ft ..." which takes place 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 good friends:

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

Click their respective invite switch:

{ inputs[i].click();