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

How To Invite All Friends On Facebook Event - Ever before questioned exactly how you can welcome all your friends to such as a page on Facebook? Suppose you're arranging a huge Job X and intend to welcome every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook Event

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Once more, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the very bottom of that listing that simply appeared.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few secs and afterwards struck Send Invites. All your Facebook close friends are invited to your occasion.

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

Note: I attempted this and also it worked, however if for one reason or another it does not for you, just let me recognize, I'll update the script. As well as you can only invite up to 500 people per day to an occasion.

Code Explanation
Because I am a Computer system Scientist, I might too quickly clarify what the manuscript does so you know that it is not an infection, however a simple hack.

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

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

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

This loops for all your pals:

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

Click on their particular invite button:

{ inputs[i].click();