How to Select All Friends On Facebook event

How To Select All Friends On Facebook Event - Facebook pal invites are useful to invite your pals to come to an event or to like a Facebook web page. Regrettably invites through Facebook can end up being a lengthy work, particularly if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will describe it step by step. Keep in mind to make sure you are using Firefox, as it supports JavaScript functions.

How To Select All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook event at the same time. Once again, 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 to the extremely bottom of that list that just popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion 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 somehow it doesn't for you, just let me know, I'll update the script. As well as you can just invite up to 500 people per day to an event.

Code Explanation
Given that I am a Computer Researcher, I could as well quickly describe what the manuscript does so you understand that it is not an infection, yet a simple hack.

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

This line searches for the component called "_ 42ft ..." which happens to be the invite box and 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 on their particular invite button:

{ inputs[i].click();