Tuesday, January 5, 2010

A quick way to display your delicious links by tag

quick, dirty, and slow with lots of tags

<html>
<body>
<script type="text/javascript"> 
function goforit (posts) {
 for ( var tagname in posts ) {
  document.writeln('<scr'+'ipt type="text/javascript" src="http://feeds.delicious.com/v2/js/NYCEndurance/' + tagname + '?title=' + tagname + '&icon=s&count=100&sort=alpha&tags"></scr'+'ipt>'); 
 }
}
</script>
<script type="text/javascript" src="http://feeds.delicious.com/v2/json/tags/NYCEndurance?callback=goforit"></script>
</body>
</html>

0 comments: