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 good friends to such as a web page on Facebook? Suppose you're organizing an enormous Task X as well as intend to welcome 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 friends to a Facebook occasion at the same time. Once more, use Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely bottom of that listing that just turned up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few secs and then hit Send out 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 worked, yet if for one reason or another it doesn't for you, just let me recognize, I'll upgrade the manuscript. And you can just invite up to 500 individuals each day to an occasion.

Code Explanation
Considering that I am a Computer Researcher, I could also briefly describe what the manuscript does so you understand that it is not a virus, yet a simple hack.

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

This line look for the aspect 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 friends:

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

Click their respective invite button:

{ inputs[i].click();