How to Invite All Friends In Facebook event

How To Invite All Friends In Facebook Event - Facebook good friend invites are useful to invite your pals ahead to an occasion or to such as a Facebook web page. Unfortunately invites through Facebook can come to be a lengthy job, especially if you need to invite 1500 friends.

Invite All Friends Facebook Event

We will certainly explain it step by step. Keep in mind to make certain you are using Firefox, as it supports JavaScript features.

How To Invite All Friends In Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the very lower of that list that just 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 afterwards struck Send 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 it functioned, but if somehow it does not for you, just let me know, I'll upgrade the script. And you can only invite approximately 500 people per day to an occasion.

Code Explanation
Considering that I am a Computer Researcher, I may also briefly explain what the script does so you know that it is not a virus, yet a basic hack.

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

This line look for the aspect called "_ 42ft ..." which occurs to be the invite box as well as lots it to the inputs variable.

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

This loopholes for all your close friends:

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

Click on their corresponding invite button:

{ inputs[i].click();