How to Invite All Friends to An event On Facebook New Updated 2019

How To Invite All Friends To An Event On Facebook - Facebook pal invites are useful to invite your friends to come to an event or to such as a Facebook page. Sadly invites via Facebook can come to be a lengthy work, particularly if you need to invite 1500 buddies.

Invite All Friends Facebook Event

We will certainly clarify it step by step. Remember to make sure you are making use of Firefox, as it sustains JavaScript functions.

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. Once again, use Google Chrome to accomplish this.

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

Invite All Friends Facebook Event

3. Scroll to the extremely bottom of that listing that just popped up.
4. Kind "javascript:" into the address bar. (Notice the semicolon after javascript, no quotes).
5. Paste the invite all to occasion code below right after "javascript:".
6. Wait a few secs and afterwards hit 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();

Note: I attempted this and also it functioned, however if somehow it doesn't for you, just let me recognize, I'll update the script. As well as you can only invite up to 500 individuals per day to an occasion.

Code Explanation
Because I am a Computer system Scientist, I could too briefly clarify what the script does so you recognize that it is not an infection, however a straightforward hack.

Below's what the Facebook invite all to like script does:

This line searches for the component called "_ 42ft ..." which happens to be the invite box as well as tons 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 particular invite button:

{ inputs[i].click();