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 you 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..
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.
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
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!
To YOUR Massive Success,









Facebook
Twitter
Youtube
February 19th, 2010 at 1:53 pm
Yes MAN! This is the most fantastic trick I learned awhile ago…I’m glad you made a quick-reference video Brandon…
I’ve found that when using Firefox to use Facebook and do this automatic friend invite for everyone at one time that Firefox browser typically stalls for a minute or so. My advice is to wait for about 30-45 seconds and then LIKE MAGIC ALL YOUR FRIENDS WILL BE HIGHLIGHTED…no more individually selecting peeps.
Zack
Astoria, Oregon
April 17th, 2010 at 1:28 pm
Yeah Brilliant…. In theory!! except for one minor problem…. it doesn’t actually work!! If you only have a couple of hundred freinds it works fine but when you have thousands… it doesn’t work. It selects them all but only actually sends invites to the first hundred or so…
April 29th, 2010 at 10:24 am
There have been some problems with this code since Facebook updated everything..