How Do You Invite All Friends to A Facebook event

How Do You Invite All Friends To A Facebook Event - Facebook good friend invites work to invite your good friends to find to an occasion or to such as a Facebook web page. Unfortunately invites with Facebook can come to be a time-consuming task, particularly if you have to invite 1500 pals.

Invite All Friends Facebook Event

We will certainly describe it step by step. Bear in mind to see to it you are using Firefox, as it sustains JavaScript features.

How Do You Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at the same time. Again, 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 lower of that listing that simply popped up.
4. Type "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to event code below right after "javascript:".
6. Wait a couple of secs and afterwards struck Send out Invites. All your Facebook 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 and also it functioned, however if for some reason it doesn't for you, just let me understand, I'll upgrade the script. And you can just invite as much as 500 people each day to an occasion.

Code Explanation
Because I am a Computer system Scientist, I may as well quickly describe what the manuscript does so you understand that it is not a virus, yet a simple hack.

Right here's what the Facebook invite all to such as script does:

This line searches for the element called "_ 42ft ..." which takes place 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 loops for all your friends:

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

Click their particular invite button:

{ inputs[i].click();