Due to hosting issues, Blogumus has stopped working for those
who had previously installed using these instructions. I've resolved the
hosting issues by uploading to Google Sites and have edited the following
tutorial for installation accordingly.
Installing Blogumus in your Blogger layout is surprisingly
simple! You should only need to copy and paste a section of code to your
Blogger template, though any tweaks for the style of display will require some
manual editing. Here are the steps required to install Blogumus in your Blogger
layout: Go to Layout>Edit HTML in your Blogger dashboard, and search for the
following line (or similar):
<b:section class='sidebar' id='sidebar' preferred='yes'>
Immediatly after this line, paste the following section of code:
<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'></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>
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, edit the colours and
dimensions as required, or move it to a different location.
Print Page
Do you like this post? Please link back to this article by copying one of the codes below.
URL: HTML link code: BB link code:
This code works like a charm! Thank you very much.
ReplyDeleteThanks for the compliment. Keep visiting for more updates.
Delete