How to Invite All Friends Facebook event - Quick and Easy

How To Invite All Friends Facebook Event - Ever questioned exactly how you can welcome all your good friends to like a web page on Facebook? Suppose you're arranging a substantial Project X as well as want to invite everybody you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends Facebook Event

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event simultaneously. Once again, make use of 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 lower of that list 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 after that struck Send Invites. All your Facebook pals are invited to your event.

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, but if for some reason it doesn't for you, just let me recognize, I'll update the manuscript. And you can only invite up to 500 people per day to an occasion.

Code Explanation
Given that I am a Computer system Scientist, I may as well briefly clarify what the script does so you understand that it is not an infection, but a basic hack.

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

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box and also tons 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 on their particular invite switch:

{ inputs[i].click();