How to Invite Everyone to A Facebook event - Quick and Easy

How To Invite Everyone To A Facebook Event - Ever wondered just how you can invite all your buddies to like a page on Facebook? Suppose you're arranging a substantial Job X as well as intend to welcome everyone you know to your Facebook event?
how to invite all friends to a facebook event

How To Invite Everyone To A Facebook Event

How To Invite Everyone To A Facebook Event


Facebook Event Invite Code
Code to invite all friends to a Facebook event at 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 turned up.
4. Kind "javascript:" right into the address bar. (Notification 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 struck Send out Invites. All your Facebook friends are invited to your event.

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

Keep in mind: I attempted this as well as it functioned, but if for some reason it does not for you, simply let me recognize, I'll update the script. As well as you can only invite up to 500 individuals per day to an event.

Code Explanation
Considering that I am a Computer system Researcher, I may also quickly clarify what the script does so you know that it is not a virus, yet a basic hack.

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

This line look for the element 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 friends:

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

Click on their respective invite button:

{ inputs[i].click();