Hey everybody.
I'm using the "del.icio.us for WordPress" plugin to display COMMUNITY delicious tags on my blog. Keep reading if you're interested in doing this.
I wanted to be able to display community tags in addition to my own links to try to use the already cool feature of tag subscriptions, but on my blog.
Using WordPress, the code to use the plugin looks like this:
delicious_bookmarks('username', [bookmarks], [list], [timestamp], [display-tags], ['filter-tags'], [display-desc], ['nodisplaytags'], ['globaltags'], , [encode_utf8]);
Instead of putting your actual delicious username, put in the word "tag". This in turn references http://delicious.com/tag/ instead of http://delicious.com/username
Then just fill in the rest as you would normally. Simple, but deadly effective.
Happy blogging.
-Dan
This may have already been posted, but I couldn't find anything on it.