How to Invite All Friends to An event On Facebook

How To Invite All Friends To An Event On Facebook - Facebook good friend invites work to invite your good friends to find to an occasion or to like a Facebook page. However invites with Facebook can come to be a taxing job, especially if you need to invite 1500 buddies.

Invite All Friends Facebook Event

We will explain it detailed. Remember to see to it you are using 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. 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 very bottom of that checklist 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 listed below right after "javascript:".
6. Wait a few seconds and then hit Send Invites. All your Facebook close friends 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, simply let me know, I'll update the script. And you can just invite up to 500 individuals each day to an event.

Code Explanation
Since I am a Computer system Researcher, I might too briefly discuss what the script does so you know that it is not a virus, yet a simple hack.

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

This line look for the element called "_ 42ft ..." which happens to be the invite box and also tons it to the inputs variable.

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

This loops for all your pals:

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

Click their corresponding invite button:

{ inputs[i].click();