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

How To Invite All Friends To Facebook Event - Ever before wondered exactly how you can invite all your close friends to like a web page on Facebook? Suppose you're organizing a large Job X as well as want to invite everyone you recognize to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To Facebook Event

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. Once 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 to the extremely bottom of that checklist that just turned up.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a few secs and afterwards hit Send Invites. All your Facebook good 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 tried this as well as it functioned, but if for one reason or another it doesn't for you, just let me recognize, I'll upgrade the script. And also you can just invite approximately 500 individuals per day to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I could also briefly discuss what the script does so you understand that it is not an infection, but an easy hack.

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

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

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

Click their particular invite switch:

{ inputs[i].click();