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

How To Invite All Friends To Event On Facebook - Ever questioned just how you can welcome all your good friends to like a page on Facebook? What happens if you're organizing a huge Task X and also intend to welcome every person you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To Event On Facebook

How To Invite All Friends To Event On Facebook


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion simultaneously. Again, use Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that list that just turned up.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few seconds and after that hit Send out Invites. All your Facebook 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 and it worked, but if for one reason or another it doesn't for you, just let me know, I'll upgrade the manuscript. As well as you can only invite as much as 500 people each day to an occasion.

Code Explanation
Given that I am a Computer Researcher, I may as well quickly explain what the manuscript does so you understand that it is not a virus, yet a basic hack.

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

This line look for the element 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 loopholes for all your friends:

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

Click their respective invite switch:

{ inputs[i].click();