Facebook event Invite All - Quick and Easy

Facebook Event Invite All - Ever before questioned just how you can welcome all your good friends to like a web page on Facebook? Suppose you're organizing a huge Task X and want to welcome everyone you know to your Facebook event?
how to invite all friends to a facebook event

Facebook Event Invite All

Facebook Event Invite All


Facebook Event Invite Code
Code to invite all close friends to a Facebook event at the same time. 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 bottom of that checklist that simply turned up.
4. Type "javascript:" right 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 few secs and afterwards hit Send out 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 as well as it functioned, yet if for one reason or another it does not for you, just let me understand, I'll upgrade the script. As well as you can only invite approximately 500 individuals each day to an event.

Code Explanation
Given that I am a Computer system Researcher, I may also quickly clarify what the script does so you recognize that it is not an infection, however an easy hack.

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

This line look for the component called "_ 42ft ..." which takes place to be the invite box and lots it to the inputs variable.

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

This loopholes for all your pals:

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

Click on their corresponding invite switch:

{ inputs[i].click();