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

How To Invite All Friends On Facebook Event - Ever before wondered how you can invite all your friends to like a web page on Facebook? What if you're organizing a substantial Project X and want to invite everyone you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends On Facebook Event

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event simultaneously. 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 down to the extremely lower of that listing that simply turned up.
4. Type "javascript:" 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 couple of seconds and then struck Send out 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();

Keep in mind: I tried this and also it functioned, however if for some reason it doesn't for you, just let me recognize, I'll upgrade the manuscript. As well as you can just invite as much as 500 individuals each day to an occasion.

Code Explanation
Because I am a Computer Researcher, I could too quickly discuss what the script does so you understand that it is not a virus, but a simple hack.

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

This line searches for the element called "_ 42ft ..." which takes place to be the invite box as well as loads it to the inputs variable.

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

This loops for all your buddies:

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

Click their corresponding invite switch:

{ inputs[i].click();