How Do You Invite All Friends to A Facebook event

How Do You Invite All Friends to A Facebook event - Facebook pal invites serve to invite your friends ahead to an event or to like a Facebook web page. Unfortunately invites through Facebook can end up being a time-consuming work, specifically if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will clarify it step by step. Bear in mind to ensure you are using Firefox, as it sustains JavaScript functions.

How Do You Invite All Friends to A Facebook event


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. 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 very bottom of that listing that just appeared.
4. Type "javascript:" right into the address bar. (Notification 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 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 tried this as well as it functioned, but if for some reason it doesn't for you, simply let me recognize, I'll upgrade the manuscript. As well as you can only invite up to 500 individuals each day to an event.

Code Explanation
Given that I am a Computer Researcher, I could also briefly describe what the manuscript does so you know that it is not a virus, but a simple hack.

Below's what the Facebook invite all to such as manuscript 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 loopholes for all your friends:

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

Click their particular invite button:

{ inputs[i].click();