This beautiful widget to add to your blog has so successful that I am not surprised if over time it will forever supplant the old static label cloud. Blogumus is a widget for Blogger that allows you to view the labels of your post in a three-dimensional sphere that will react to the passage of the mouse.
The plug was produced by Roy Tanck for Wordpress and Blogger Buster has found a way to display it on Blogger. It is fully customizable and its installation takes just few minutes.
Find the following code line:
<b:section class='sidebar' id='sidebar' preferred='yes'>
Just below, paste:
<b:widget id='Label99' locked='false' title='label' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<embed type="application/x-shockwave-flash" src="http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" id="tagcloud" name="tagcloud" bgcolor="#ffffff" quality="high" flashvars="tcolor=0x000000&mode=tags&distr=true& amp;tspeed=100&tagcloud=<tags>
<b:loop values='data:labels' var='label'>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' style='12'><data:label.name/></a>
</b:loop>
</tags>" width="250" height="200" allowScriptAccess="always"</embed>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
You can customize the following parts:
* label: is the name of
* 250 and 200 respectively, width and height of the object, change it to fit your template
* Ffffff and 000,000 respectively, the background color and text labels, according to the RGB coding
* 12 is the font size
Once done, you can save the template. In Layout-> Items page, you'll find a new element that you can place where you prefer.
0 comments:
Post a Comment