Originally this was for Wordpress only. But now you can use it on Blogger blogs too. Installing this in your Blogger layout is surprisingly simple!
Go to Layout -> Edit HTML in your Blogger dashboard, and search for the following line or similar. You may need to expand your widgets in order to see this line.
<b:widget id='Label1' locked='false' title='Labels' type='Label'>
Immediatly after this line, paste the following section of code.
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/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://halotemplates.s3.amazonaws.com/wp-cumulus-example/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>
Then preview your template. If installed correctly, you should see the tag cloud appear in your sidebar. Then you are free to save your template.
[Full credit goes to Roy Tanck who invented WP Cumulus plugin for Wordpress & For the post made by Amanda to the Blogger Buster about the "Blogumus"]
[Full credit goes to Roy Tanck who invented WP Cumulus plugin for Wordpress & For the post made by Amanda to the Blogger Buster about the "Blogumus"]
No comments:
Post a Comment