How to Invite All Friends On Facebook to An event

How To Invite All Friends On Facebook To An Event - Facebook friend invites serve to invite your good friends to find to an event or to such as a Facebook web page. Unfortunately invites through Facebook can end up being a lengthy work, particularly if you have to invite 1500 good friends.

Invite All Friends Facebook Event

We will discuss it step by step. Keep in mind to see to it you are making use of Firefox, as it sustains JavaScript features.

How To Invite All Friends On Facebook To An Event


Facebook Event Invite Code
Code to invite all pals to a Facebook occasion at once. Again, use Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the very lower of that checklist that simply turned up.
4. Kind "javascript:" into the address bar. (Notification the semicolon after javascript, no quotes).
5. Paste the invite all to event code listed below right after "javascript:".
6. Wait a few seconds and after that hit Send Invites. All your Facebook pals are invited to your occasion.

var inputs = document.getElementsByClassName('_1pu2');for(var i=0;i<inputs.length;i++){ inputs[i].click();

Keep in mind: I attempted this and it functioned, yet if somehow it doesn't for you, just let me recognize, I'll upgrade the script. And you can just invite approximately 500 people daily to an event.

Code Explanation
Given that I am a Computer Scientist, I could as well quickly explain what the script does so you understand that it is not a virus, however a simple hack.

Below's what the Facebook invite all to such as manuscript does:

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

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

This loopholes for all your buddies:

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

Click on their corresponding invite switch:

{ inputs[i].click();