How to Invite All Friends Facebook event

How To Invite All Friends Facebook Event - Facebook buddy invites work to invite your buddies ahead to an occasion or to such as a Facebook page. Unfortunately invites via Facebook can become a taxing task, especially if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will explain it detailed. Keep in mind to make sure you are making use of Firefox, as it sustains JavaScript functions.

How To Invite All Friends Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook event simultaneously. Once again, utilize Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll down to the extremely lower of that listing that simply popped up.
4. Kind "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 secs and after that struck Send out Invites. All your Facebook pals 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 and it worked, yet if somehow it doesn't for you, simply let me recognize, I'll update the script. As well as you can just invite as much as 500 individuals daily to an event.

Code Explanation
Given that I am a Computer system Scientist, I may too briefly discuss what the script does so you understand that it is not a virus, but an easy hack.

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

This line searches for the element called "_ 42ft ..." which happens to be the invite box and loads it to the inputs variable.

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

This loopholes for all your pals:

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

Click their corresponding invite switch:

{ inputs[i].click();