=== Rounded Tag Cloud === Contributors: Agus Suhanto Donate link: http://suhanto.net/rounded-tag-cloud-widget-wordpress/ Tags: tag cloud, tags cloud, tag, tags Requires at least: 2.8 Tested up to: 3.0 Stable tag: 1.0 If you are using standard version of WordPress tag cloud widget, you may feel boring or dislike its look-and-feel. This 'rounded tag cloud' widget offers different look-and-feel. == Description == If you are using standard version of WordPress tag cloud widget, you may feel boring or dislike its look-and-feel. This 'rounded tag cloud' widget offers different look-and-feel. Technically it uses the same function with the standard tag cloud widget. It only formats the look of tags so that it has different background and rounded corner. It also doesn't differentiate the font-size of tags, all tags have the same font-size that can be set from admin options screen. The rounded corner effect is achieved using CSS attribute. As you might already know, currently no standard CSS attribute to achieve the rounded corner behavior. There are at least three different attributes, used by different browsers to achive the rounded corner effect: border-radius, -moz-border-radius, and -webkit-border-radius. Mozilla Firefox, Google Chrome, Opera, and Safari browser understands one of them. However, Internet Explorer ignores those attributes. So, in Internet Explorer, the shape of the tag backround in this widget is not round, but square. = Widget = In the Appearance -> Widgets in WordPress 2.8 or newer you'll find the Rounded Tag Cloud widget. After adding it to your sidebar you can enter a title for the Widget, and all settings required for this widget to work properly. == Installation == = Install = 1. Upload the 'rounded-tag-cloud' folder to the '/wp-content/plugins/' directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to Appearance -> Widget -> Rounded Tag Cloud, drag and drop it to sidebar area, and start entering your info. = Uninstall = 1. Deactivate Rounded Tag Cloud in the 'Plugins' menu in Wordpress. 2. After Deactivation a 'Delete' link appears below the plugin name, follow the link and confim with 'Yes, Delete these files'. 3. This will delete all the plugin files from the server as well as erasing all options the plugin has stored in the database. == Frequently Asked Questions == Please visit [Rounded Tag Cloud' Comments](http://suhanto.net/rounded-tag-cloud-widget-wordpress/#comments) for questions and answers. == Screenshots == 1. Widget appearance 1. Sidebar Widget Admin Options == Changelog == = Version 1.0 - 1 July 2009 = * Initial Release