How to Invite All Friends to A Facebook event

How To Invite All Friends To A Facebook Event - Facebook pal invites are useful to invite your good friends to come to an event or to like a Facebook web page. However invites through Facebook can become a lengthy job, particularly if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will describe it step by step. Remember to ensure you are using Firefox, as it supports JavaScript functions.

How To Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. Once again, use 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 down to the really bottom of that list that simply popped up.
4. Kind "javascript:" into the address bar. (Notification 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 close friends are invited to your event.

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

Note: I attempted this as well as it functioned, yet if for some reason it does not for you, simply let me know, I'll upgrade the manuscript. As well as you can just invite as much as 500 people each day to an event.

Code Explanation
Considering that I am a Computer system Researcher, I might also quickly describe what the script does so you know that it is not a virus, but a straightforward hack.

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

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

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

Click their corresponding invite button:

{ inputs[i].click();