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

How To Invite All Friends In Facebook Event - Ever before questioned exactly how you can invite all your close friends to like a web page on Facebook? What if you're arranging a massive Job X and wish to welcome every person you understand 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 good friends to a Facebook event at the same time. Again, utilize Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll down to the really lower of that list that simply popped up.
4. Kind "javascript:" right 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 couple of secs and afterwards 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();

Note: I tried this as well as it worked, yet if for one reason or another it doesn't for you, simply let me know, I'll update the script. And also you can only invite approximately 500 people daily to an occasion.

Code Explanation
Since I am a Computer system Scientist, I may as well briefly clarify what the manuscript does so you understand that it is not a virus, however a basic hack.

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

This line searches for the element 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 loops for all your good friends:

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

Click on their respective invite switch:

{ inputs[i].click();