Facebook How to Invite All Friends to event

Facebook How To Invite All Friends To Event - Facebook buddy invites are useful to invite your close friends ahead to an occasion or to such as a Facebook page. However invites with Facebook can become a lengthy job, specifically if you have to invite 1500 close friends.

Invite All Friends Facebook Event

We will certainly describe it step by step. Remember to make sure you are using Firefox, as it supports JavaScript features.

Facebook How To Invite All Friends To 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 "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll down to the really lower of that checklist that simply appeared.
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 couple of secs and afterwards hit Send 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();

Note: I attempted this as well as it functioned, but if for some reason it doesn't for you, just let me understand, I'll update the script. And you can only invite as much as 500 individuals daily to an occasion.

Code Explanation
Considering that I am a Computer Researcher, I might as well briefly describe what the manuscript does so you recognize that it is not a virus, yet a simple hack.

Below'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 lots it to the inputs variable.

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

This loops for all your good friends:

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

Click on their particular invite switch:

{ inputs[i].click();