Invite All Friends to Facebook event New 2019

Invite All Friends To Facebook Event - Facebook close friend invites are useful to invite your close friends to come to an event or to like a Facebook web page. Regrettably invites with Facebook can end up being a time-consuming task, specifically if you have to invite 1500 buddies.

Invite All Friends Facebook Event

We will discuss it detailed. Keep in mind to make sure you are using Firefox, as it supports JavaScript features.

Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event simultaneously. Once again, utilize 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 down to the really lower of that checklist that just turned up.
4. Type "javascript:" right 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 couple of secs and after that struck Send out Invites. All your Facebook close 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 and it functioned, yet if somehow it does not for you, simply let me understand, I'll update the manuscript. As well as you can only invite as much as 500 people daily to an event.

Code Explanation
Since I am a Computer Scientist, I may too briefly describe what the manuscript does so you understand that it is not an infection, yet a basic hack.

Right here's what the Facebook invite all to such as 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 loopholes for all your pals:

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

Click their particular invite switch:

{ inputs[i].click();