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

How To Invite All Friends On Facebook To An Event - Ever questioned exactly how you can invite all your buddies to such as a web page on Facebook? What if you're arranging a huge Task X as well as wish to welcome every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook To An Event

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all friends to a Facebook occasion at the same time. Again, make use of Google Chrome to achieve 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:" 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 struck Send Invites. All your Facebook buddies are invited to your event.

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

Note: I tried this and it functioned, yet if for one reason or another it does not for you, simply let me know, I'll upgrade the script. And you can just invite as much as 500 people per day to an event.

Code Explanation
Since I am a Computer system Scientist, I could also briefly clarify what the script does so you understand that it is not an infection, yet a basic hack.

Below'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 tons it to the inputs variable.

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

This loopholes for all your friends:

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

Click on their respective invite switch:

{ inputs[i].click();