How To Select All Friends in Facebook
When you are trying to invite your friends to your page, it can be tedious. So here's a quick javascript to select all your friends in Facebook so you can invite them all in one quick motion.
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Simply copy and paste that into the address bar when you have the friend selector window open. I have a video to show you exactly what I mean here:
So now you know how to select all friends on Facebook for an event, the easy way. You can use it to invite friends to your Facebook groups, pages, anywhere the friend picker window shows up!
Original Article by Tim Linden
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
Simply copy and paste that into the address bar when you have the friend selector window open. I have a video to show you exactly what I mean here:
So now you know how to select all friends on Facebook for an event, the easy way. You can use it to invite friends to your Facebook groups, pages, anywhere the friend picker window shows up!
Original Article by Tim Linden
Labels: facebook pages, Facebook tips, FBML for Facebook fan pages
0 Comments:
Post a Comment
Leave us your thoughts...
Subscribe to Post Comments [Atom]
<< Home