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

How To Invite All Friends To An Event On Facebook - Facebook friend invites are useful to invite your friends ahead to an event or to such as a Facebook page. Unfortunately invites with Facebook can come to be a lengthy work, especially if you need to invite 1500 good friends.

Invite All Friends Facebook Event

We will discuss it detailed. Bear in mind to ensure you are utilizing Firefox, as it supports JavaScript functions.

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all pals to a Facebook event at the same time. Once more, use Google Chrome to achieve this.

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

Invite All Friends Facebook Event

3. Scroll down to the really bottom of that listing that just popped up.
4. Type "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 few seconds and then struck Send Invites. All your Facebook buddies are invited to your event.

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

Note: I attempted this as well as it functioned, yet if for some reason it doesn't for you, just let me recognize, I'll upgrade the manuscript. And also you can only invite approximately 500 people each day to an occasion.

Code Explanation
Given that I am a Computer Scientist, I may too quickly discuss what the script does so you know that it is not an infection, however a straightforward hack.

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

This line searches for the component called "_ 42ft ..." which takes place to be the invite box and also loads 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 respective invite button:

{ inputs[i].click();