Quick question – could anyone let me know the easiest way of integrating a daily/weekly feed of del.icio.us bookmarks into WordPress? I can’t find an obvious answer in any of the obvious places.
Incidentally, as I get more into this blogging thing, I’m more and more convinced that the future of blogging is in tagging. You heard it here first – or maybe you didn’t.
Hello
I’m not sure if you have checked these out already or not:
http://theory.isthereason.com/?p=499
or if its linkrolls you are after:
http://del.icio.us/help/linkrolls
Cheers
It was the former – perfect, thanks! I wondered what those settings were for 🙂
I’ve had to use Feedburner for that, works well.
And for the tags, here’s a great jsp to convert tags into URL’s directly:
javascript:(function(){var a=”;var t=prompt(‘Enter Tags:’,”);var tr=t.split(‘ ‘);a+=’Tags: ‘;for(var i=0;i 0){a+=’ ‘;}a+=’‘+tr[i]+’‘;}a+=”;prompt(‘Copy this code, press OK, then paste to your blog entry:’,a);})()
Finally, you need the del.icio.us bookmark on your Firefox toolbar (don’t tell me you’re still on InterBETE exploser?):
javascript:q=location.href;p=document.title;void(open(‘http://del.icio.us/YOUR_ID_HERE?v=4&noui&jump=close&url=’+encodeURIComponent(q)+’&title=’+encodeURIComponent(p),’delicious ‘, ‘toolbar=no,width=700,height=400’))