There may be some people are still confused about how to make a Tag Cloud (Tag spins) to blogspot.Tag cloud which is usually placed in the sidebar on the blog, which aims so that visitors can easily find content that is searchable.
To attach a tag cloud in the sidebar of the blog, perform the following procedure
1. Login to dashboard
Choose Layout ->
Edit Html
2. Find the following code
<b:section class='sidebar' id='sidebar' preferred='yes'>
If using a blogger template designers try to look like the code below:
<b:section-contents id="sidebar-right-1">
After the above code insert the following code right under the code above:
<b:widget id='Label99' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://sites.google.com/site/bloggerustemplatus/code/swfobject.js' type='text/javascript'/>
<div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>
<script type='text/javascript'>
var so = new SWFObject("http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");
// uncomment next line to enable transparency
//so.addParam("wmode", "transparent");
so.addVariable("tcolor", "0x333333");
so.addVariable("mode", "tags");
so.addVariable("distr", "true");
so.addVariable("tspeed", "100");
so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>");
so.addParam("allowScriptAccess", "always");
so.write("flashcontent");
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
3. Save the template
If successful then the result will look like the following spin labels
Note:
If the blog site to install the tag cloud and tag list / text, usually tag cloud has not yet appeared if try the manual settings a label widget in the sidebar of the blog. Select the option Cloud.
Globsi Heel
Published :
2011-10-11T18:26:00+07:00
Title : Make Tag Cloud for blogspot ( Tagged Spins )
Rating :
5 On
2014 reviews
Please Give Your Comment for "Make Tag Cloud for blogspot ( Tagged Spins )"
Maybe You're Looking For :