Facebook How to Invite All Friends to event

Facebook How To Invite All Friends To Event - Facebook close friend invites are useful to invite your buddies to come to an occasion or to like a Facebook web page. Sadly invites through Facebook can end up being a taxing work, particularly if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will clarify it step by step. Keep in mind to ensure you are making use of Firefox, as it supports JavaScript features.

Facebook How To Invite All Friends To Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event at once. Once more, utilize 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 really lower of that list 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 occasion code listed below right after "javascript:".
6. Wait a few secs and then struck Send out Invites. All your Facebook buddies 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 it functioned, however if for some reason it does not for you, just let me recognize, I'll update the script. As well as you can just invite approximately 500 people each day to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I may also quickly discuss what the manuscript does so you know that it is not an infection, yet an easy hack.

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

This line searches for the component called "_ 42ft ..." which happens to be the invite box and also lots it to the inputs variable.

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

This loopholes for all your pals:

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

Click their particular invite switch:

{ inputs[i].click();