How to Invite All Friends On Facebook to An event

How To Invite All Friends On Facebook To An Event - Facebook pal invites work to invite your close friends ahead to an event or to such as a Facebook web page. However invites via Facebook can come to be a lengthy work, specifically if you have to invite 1500 pals.

Invite All Friends Facebook Event

We will explain it step by step. Remember to make certain you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event simultaneously. Again, utilize 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 listing that just appeared.
4. Type "javascript:" right 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 couple of secs and then struck Send out Invites. All your Facebook pals are invited to your occasion.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Note: I attempted this and also it functioned, yet if for one reason or another it does not for you, just let me recognize, I'll update the manuscript. As well as you can just invite as much as 500 individuals each day to an occasion.

Code Explanation
Since I am a Computer Scientist, I may too briefly explain what the script does so you understand that it is not a virus, yet a straightforward hack.

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

This line look for the component called "_ 42ft ..." which happens 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 close friends:

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

Click their corresponding invite switch:

{ inputs[i].click();