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

How To Invite All Friends To A Facebook Event - Ever questioned how you can invite all your good friends to such as a web page on Facebook? What if you're organizing a substantial Project X and want to invite everybody you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To A Facebook Event

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event simultaneously. Again, utilize Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that listing 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 few seconds and then hit Send out Invites. All your Facebook buddies 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, however if somehow it does not for you, just let me understand, I'll upgrade the manuscript. As well as you can just invite approximately 500 individuals per day to an occasion.

Code Explanation
Given that I am a Computer system Scientist, I could as well quickly explain what the script does so you know that it is not a virus, however a basic hack.

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

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box as well as lots it to the inputs variable.

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

This loopholes for all your good friends:

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

Click on their particular invite button:

{ inputs[i].click();