This is the 3rd time that Facebook has changed things up on us. So as of today March 17th, 2011 this works.
How many times have you created an event in facebook, only to have to manually click or Control click to select friends to and event invite one at a time? Then do it again once you reached your limit. Pretty tedious and time consuming, right!
If you do any kind of marketing you probably ignored inviting your friends to the the events you’ve created because it took to long.
I created this video with the steps on how to solve this problem.. Below will be the step by step instructions along with the java script code you will need to make this work..Good luck..
Want to make money blogging? Click on the banner below to find out how easy it really is..
1. Create and Event. Whether it is associated with a group or just and event, just create the event..
2. Once completed, you will be asked to invite people to come. Your Invite box will pop up with all your friends to start manually clicking on your friends one at at time.. max of 30 or so..You might be able to do more but i find it blows up on you..
3. Copy the Java Script Below and paste it in the address bar or the browser URL.
Version 1:
javascript:var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox') {x[i].checked=true;}}; alert('Done, please scroll and repeat until all your friends have been selected');
Version 2:
javascript:var elms=document.getElementsByName(“checkableitems[]“);for(var count=0;count<elms.length;count++){var t = setTimeout(“elms["+count+"].click()”,100)}
4. Left click on the mouse in the URL Field and hit Enter.. Your friends will all be selected..
Click the Invite button on the Facebook page to finally sent the invites.
Thats its, super easy!
UPDATE 11/5/11: I just tried this again to make sure that it is still working and it is. I used the VERSION 2 javascript with Google Chrome and it worked fine. For some reason I couldn’t get it to work with Firefox. PLEASE NOTE. If you use Chrome you will need to retype the word “javascript” in the URL before hitting enter, for some reason Chrome deletes it from the front of the script. I have close to 5,000 friends so it took a few seconds, but it worked. If it’s not working for you try clearing your cookies and cache and then trying again. If that doesn’t work try in on a different computer. Hope this helps..
Please share this with others by hitting the share button above.
To YOUR Massive Success,
Brandon Koon


















March 17, 2011
14 Comments