How Do You Invite All Friends to A Facebook event

How Do You Invite All Friends To A Facebook Event - Facebook pal invites work to invite your friends ahead to an occasion or to such as a Facebook page. Unfortunately invites with Facebook can end up being a lengthy job, especially if you have to invite 1500 pals.

Invite All Friends Facebook Event

We will describe it detailed. Keep in mind to ensure you are making use of Firefox, as it supports JavaScript features.

How Do You Invite All Friends To A Facebook Event


Facebook Event Invite Code
Code to invite all good friends to a Facebook occasion simultaneously. Once more, utilize 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 to the really bottom of that checklist that just popped 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 few secs and after that struck Send out Invites. All your Facebook good friends are invited to your event.

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

Note: I tried this as well as it functioned, yet if somehow it does not for you, just let me know, I'll upgrade the manuscript. And also you can just invite approximately 500 people each day to an event.

Code Explanation
Since I am a Computer system Scientist, I may as well quickly explain what the manuscript does so you recognize that it is not an infection, yet an easy hack.

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

This line look for the element called "_ 42ft ..." which happens to be the invite box and lots 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 their respective invite button:

{ inputs[i].click();