This plugin provides a general tagging system with Technorati and del.icio.us tags support. A list of tags is added to the end of the post by default.
| General Plugin info | |
|---|---|
| Current Version: | v0.9.6 |
| Download: | here |
| Code: | here (outdated v0.5) |
| Demo: | here |
| Forum Thread: | forum here |
For more advance usage, see below sections
For advanced user, there are options in the plugin option menu to change the header, tag, and footer of the list.
User can turn off the insertion of tags to the end of the post (see plugin options), then customize the way tags are display. For example, see http://edmondhui.homeip.net/blog/item/681
To ensure Technorati search engine picks up your tags and posts, the RSS template need to be modified. See example here
This plugin provides both themplate var and skin var.
The template var <%TechnoratiTags%> can be used to allow user to control where tags are link to.
syntax: <%TechnoratiTags([rss|dtag|ltag])%> for an item.
By default, <%TechnoratiTags%> display tags and links to Technorati. <%TechnoratiTags(rss)%> is used in RSS feed to add <category> tag. <%TechnoratiTags(dtag)%> display tags and links to del.icio.us. <%TechnoratiTags(ltag)%> display tags and links to local tagcloud display (see below for setup)
The skin var is used to add tagcloud and display list of posts for a tag.
syntax: <%TechnoratiTags([tagsearch|cloud|localcloud|dcloud], [pop|alp], x, [current|all|y])%>
To display the list of posts to a tag: <%TechnoratiTags(tagsearch)%> To display tagcloud: <%TechnoratiTags([cloud|localcloud|dcloud], [pop|alp], x, [current|all|y])%>
cloud - display tag cloud that links to Technorati localcloud - display tag cloud that links to local posts dcloud - display tag cloud that links to del.icio.us
pop - sort tags by popularity, from most to less alp - sort tags by alphabet
x - max number of tags to display, -1 for all tags (note, this may override by the tag % to show plugin option)
current - show tags from current blog only all - show tags from all blog y - show tags from a particular blog, y is blogid
As of v0.8.2, this plugin has evolved into a functioning tagging system. To implement the tagging system for Nucleus using this plugin, the following steps are needed:
If you are using FancyURL/FancierURL2, rename the tags.php file to “tags” and add the following to the .htaccess:
<FilesMatch "^tags$">
ForceType application/x-httpd-php
</FilesMatch>
To customize the tagcloud’s looks add the following to skin’s CSS file:
.tinyT { font-size:12px;}
.smallT { font-size:16px;}
.mediumT { font-size:18px;}
.largeT { font-size:20px; font-weight: bold;}
New to v0.9.0, del.icio.us is supported, the following is possible:
To implement the support: