Invite All Friends to Facebook event - Quick and Easy

Invite All Friends To Facebook Event - Ever before wondered exactly how you can invite all your buddies to like a page on Facebook? What if you're organizing a large Task X and intend to welcome everybody you recognize 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 close friends to a Facebook occasion simultaneously. Once again, utilize 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 really lower of that checklist that simply appeared.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few seconds and afterwards hit Send Invites. All your Facebook pals 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 tried this and it worked, however if for one reason or another it doesn't for you, just let me understand, I'll upgrade the manuscript. And also you can only invite approximately 500 individuals daily to an event.

Code Explanation
Given that I am a Computer system Scientist, I may also briefly discuss what the script does so you recognize that it is not an infection, yet a simple hack.

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

This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box and tons it to the inputs variable.

var inputs = document.querySelectorAll('a._42ft._4jy3._4jy3._517h._51sy');

This loopholes for all your close friends:

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

Click on their respective invite switch:

{ inputs[i].click();