Installation
- Download the zip file and extract the contents.
- Upload the 'random-tags-cloud-widget' folder or 'random-tags-cloud.php' to your plugins directory (wp-content/plugins/).
- Activate the plugin through the 'plugins' page in WP.
- See 'Design'->'Widgets' to place it on your sidebar. Set the settings.
- If you add the following CSS codes to your style.css, your bookmarks' images will have a transparent hover effect:
/* Advanced Blogroll CSS */
.ab_images a, .ab_images a:hover {
text-decoration: none;
}
.ab_images a img {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
border:none;
}
.ab_images a:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}