How to Invite All Friends to An event On Facebook

How To Invite All Friends To An Event On Facebook - Facebook buddy invites serve to invite your buddies to find to an occasion or to such as a Facebook page. Regrettably invites via Facebook can end up being a taxing work, especially if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will certainly explain it detailed. Bear in mind to see to it you are utilizing Firefox, as it sustains JavaScript features.

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all friends to a Facebook event at the same time. Again, use 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 extremely lower of that list that just appeared.
4. Kind "javascript:" right into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code listed below right after "javascript:".
6. Wait a few seconds and then struck Send Invites. All your Facebook friends 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 tried this as well as it functioned, but if for one reason or another it does not for you, simply let me recognize, I'll upgrade the manuscript. And you can only invite approximately 500 people each day to an occasion.

Code Explanation
Because I am a Computer Scientist, I may also quickly explain what the script does so you know that it is not an infection, but a straightforward hack.

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

This line look for the element called "_ 42ft ..." which occurs 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 good friends:

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

Click on their particular invite button:

{ inputs[i].click();