How to Invite All Friends On Facebook event

How To Invite All Friends On Facebook Event - Facebook buddy invites are useful to invite your buddies ahead to an occasion or to such as a Facebook web page. Sadly invites via Facebook can become a lengthy task, especially if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will explain it detailed. Remember to make sure you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends On Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event at the same time. Once more, utilize Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the very bottom of that checklist that simply popped up.
4. Type "javascript:" right into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a couple of secs and then struck 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();

Note: I attempted this as well as it worked, but if for some reason it doesn't for you, just let me know, I'll update the manuscript. And you can only invite approximately 500 individuals each day to an occasion.

Code Explanation
Given that I am a Computer system Researcher, I may too briefly describe what the manuscript does so you understand that it is not a virus, however a straightforward hack.

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

This line searches for the aspect 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 loops for all your good friends:

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

Click their particular invite switch:

{ inputs[i].click();