How to Invite All Friends to An event On Facebook - Quick and Easy

How To Invite All Friends To An Event On Facebook - Ever asked yourself how you can welcome all your friends to like a page on Facebook? Suppose you're organizing a large Job X and also intend to welcome every person you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To An Event On Facebook

How To Invite All Friends To An Event On Facebook


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Once again, use Google Chrome to achieve 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 simply turned up.
4. Type "javascript:" right into the address bar. (Notification 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 after that hit Send out 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();

Keep in mind: I tried this as well as it functioned, however if somehow it doesn't for you, simply let me understand, I'll update the script. And also you can only invite as much as 500 individuals each day to an occasion.

Code Explanation
Considering that I am a Computer Scientist, I may also quickly discuss what the script does so you understand that it is not a virus, however a basic hack.

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

This line searches for the component called "_ 42ft ..." which occurs to be the invite box and loads it to the inputs variable.

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

This loops for all your close friends:

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

Click on their particular invite switch:

{ inputs[i].click();