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

How To Invite All Friends In Facebook Event - Ever before wondered exactly how you can invite all your buddies to such as a web page on Facebook? What if you're organizing a large Project X as well as intend to invite every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends In Facebook Event

How To Invite All Friends In Facebook Event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Once 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 extremely bottom of that list that simply turned up.
4. Kind "javascript:" 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 couple of seconds and after that hit Send Invites. All your Facebook good friends 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 attempted this as well as it functioned, but if for some reason it doesn't for you, simply let me understand, I'll upgrade the manuscript. And you can only invite as much as 500 people daily to an occasion.

Code Explanation
Considering that I am a Computer system Researcher, I may too quickly clarify what the script does so you know that it is not a virus, however an easy hack.

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

This line look for the component called "_ 42ft ..." which occurs to be the invite box as well as 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 particular invite button:

{ inputs[i].click();