The Delicious tagroll for WordPress plugin adds a new shortcode to WordPress, the
shortcode. The shortcode creates a tag cloud or a list of tags (see parameters below).
Demo: http://soderlind.no/bookmarks/
Plugin: You’ll find the plugin at http://wordpress.org/extend/plugins/delicious-tagroll-shortcode/
Installation: Download the plugin and save it in wp-content/plugins (remember to activate in Plugins) or wp-content/mu-plugins or install it from inside WordPress in Plugins->Add New (search for “delicious tagroll”)
Usage: Add the shortcode to a Page. The shortcode supports the following parameters (the parameters are also “documented” at http://delicious.com/help/tagrolls):
- Mandatory:
- username=”delicious username” (if you forget it, my tagroll is displayed instead
)
- username=”delicious username” (if you forget it, my tagroll is displayed instead
- Optional:
- title=”tagroll title” (default =”My Delicious Tags”, use ” ” if you don’t want a tagroll title)
- icon=”true or false” (default=”true”)
- count=”number of tags” (default=”100″)
- sort=”alpha or freq” (default = “alpha”)
- flow=”cloud or list” (default = “cloud”)
- showname=”true or false”(default = “true”, show your delicious name)
- showadd=”true or false” (default = “true”, show add to network)
- showcounts=”true or false” (default = “false”, show tag counts)
- mincolor=”73adff”
- maxcolor=”3274d0″
- minfont=”12″
- maxfont=”35″
Change log
v 1.1
- changed parameter name=”true” to showname=”true”
- added missing parameter showcounts=”false”
v 1.0
- initial release
![[ delicious_tagroll username="soderlind" ] ps_delicious_tagroll](http://soderlind.no/wp-content/uploads/2009/11/ps_delicious_tagroll-300x179.png)
Post a Comment