How to Invite All Friends to event On Facebook New 2019

How To Invite All Friends To Event On Facebook - Facebook friend invites work to invite your buddies to find to an occasion or to like a Facebook web page. However invites via Facebook can end up being a taxing task, specifically if you have to invite 1500 friends.

Invite All Friends Facebook Event

We will describe it step by step. Remember to make certain you are making use of Firefox, as it supports JavaScript functions.

How To Invite All Friends To Event On Facebook


Facebook Event Invite Code
Code to invite all good friends to a Facebook event simultaneously. 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 really bottom of that list that simply turned up.
4. Type "javascript:" right 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 hit Send out 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 tried this and it functioned, however if for some reason it does not for you, simply let me recognize, I'll update the script. As well as you can only invite up to 500 people daily to an occasion.

Code Explanation
Because I am a Computer system Scientist, I could also quickly discuss what the script does so you understand that it is not an infection, but a basic hack.

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

This line searches for the aspect called "_ 42ft ..." which occurs to be the invite box and tons it to the inputs variable.

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

This loops for all your buddies:

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

Click their particular invite button:

{ inputs[i].click();