=== Simple Tagging Widget === Contributors: jovelstefan Donate link: http://www.jovelstefan.de/simple-tagging-widget/ Tags: widget, tags, tagging, simple-tagging, cloud, widgets, tag-cloud, sidebar Requires at least: 2.0 Tested up to: 2.1.3 Stable tag: 0.3 Widget plugin to show a tag cloud generated by the WordPress plugin "Simple Tagging". == Description == This is a Widget plugin to show a tag cloud generated by the WordPress plugin "Simple Tagging". When updating from v0.2, don't forget to update the style definition (see "Configuration")!!! For this plugin to work there must be the ["Simple Tagging"](http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin) plugin activated and the ["Sidebar Widgets"](http://wordpress.org/extend/plugins/widgets/) plugin activated as well. == Installation == Just drop the file "simple-tagging-widget.php" from the zip-file into your plugin directory and activate the plugin. Then go to the "Themes"->"Sidebar Widgets" panel and drag-and-drop the "Simple Tagging Tag Cloud" box into your sidebar (and save). The tag cloud will be shown in the sidebar with the tag cloud options you configured for the "Simple Tagging" plugin. If you want to use different options for the sidebar tag cloud, you can choose them in the Sidebar Arragement panel as well. == Configuration == The configuration options are simple and do not need explanation. To style the sidebar tag cloud you have to add appropiate style definitions in your theme (style.css). Example (same styles for standard tag cloud and sidebar tag cloud): /********* Tag Cloud *********/ ul#tagcloudwidget, ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; } ul#tagcloudwidget li, ul#tagcloud li { display:inline; font-size:70%; color:#ccc;} ul#tagcloudwidget li a, ul#tagcloud li a, ul#tagcloudwidget li a:link, ul#tagcloud li a:link { text-decoration:none; } ul#tagcloudwidget li a:hover , ul#tagcloud li a:hover { text-decoration:underline; } ul#tagcloudwidget li.t1 a , ul#tagcloud li.t1 a { color:#797979; font-size: 120%; } ul#tagcloudwidget li.t2 a, ul#tagcloud li.t2 a { color:#6d6d6d; font-size: 160%; } ul#tagcloudwidget li.t3 a, ul#tagcloud li.t3 a { color:#616161; font-size: 190%; } ul#tagcloudwidget li.t4 a, ul#tagcloud li.t4 a { color:#555555; font-size: 210%; } ul#tagcloudwidget li.t5 a, ul#tagcloud li.t5 a { color:#484848; font-size: 230%; } ul#tagcloudwidget li.t6 a, ul#tagcloud li.t6 a { color:#3c3c3c; font-size: 250%; } ul#tagcloudwidget li.t7 a, ul#tagcloud li.t7 a { color:#303030; font-size: 270%; } ul#tagcloudwidget li.t8 a, ul#tagcloud li.t8 a { color:#242424; font-size: 290%; } ul#tagcloudwidget li.t9 a, ul#tagcloud li.t9 a { color:#181818; font-size: 310%; } ul#tagcloudwidget li.t10 a, ul#tagcloud li.t10 a { color:#0c0c0c; font-size: 330%; } == More == For information about the use of this plugin visit the [plugin page](http://www.jovelstefan.de/simple-tagging-widget/)!