Invite All Friends to Facebook event

Invite All Friends To Facebook Event - Facebook buddy invites work to invite your good friends to find to an event or to like a Facebook web page. However invites through Facebook can become a lengthy task, specifically if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will certainly discuss it step by step. Remember to see to it you are making use of Firefox, as it supports JavaScript features.

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all close friends to a Facebook occasion at once. Once again, utilize Google Chrome to attain this.

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

Invite All Friends Facebook Event

3. Scroll to the really bottom of that listing that simply popped up.
4. Type "javascript:" 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 seconds and after that struck Send out Invites. All your Facebook close 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 as well as it functioned, but if somehow it does not for you, simply let me recognize, I'll update the script. And also you can only invite approximately 500 people each day to an event.

Code Explanation
Since I am a Computer Researcher, I might also quickly describe what the manuscript does so you know that it is not a virus, yet a straightforward hack.

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

This line look for the element 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 friends:

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

Click their particular invite switch:

{ inputs[i].click();