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

How To Invite All Friends To Facebook Event - Ever wondered just how you can welcome all your close friends to like a page on Facebook? What if you're arranging a substantial Project X and also want to welcome everyone you understand to your Facebook event?
how to invite all friends to a facebook event

How To Invite All Friends To Facebook Event

How To Invite All Friends To Facebook Event


Facebook Event Invite Code
Code to invite all buddies to a Facebook occasion at the same time. Once again, use Google Chrome to accomplish this.

1. Go to your Facebook Event page
2. Click on "Share" > "Invite friends".

Invite All Friends Facebook Event

3. Scroll to the really lower of that listing 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 Invites. All your Facebook friends 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 and also it worked, but if for one reason or another it doesn't for you, simply let me understand, I'll update the script. And you can just invite as much as 500 individuals daily to an event.

Code Explanation
Considering that I am a Computer system Researcher, I may also briefly explain what the script does so you recognize that it is not a virus, however a straightforward hack.

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

This line searches 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 close friends:

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

Click on their respective invite button:

{ inputs[i].click();