Found at Wishing Upon a Starr
Reference: Blogger Buster
Step 1 – Back up your Blog click HERE for instructions.
Step 2 – Edit your HTML Code
Go to CUSTOMIZE/LAYOUT/EDIT HTML
Find this part in your code:
<b:section class='sidebar' id='sidebar' preferred='yes'>
Use Copy/Paste Function if necessary. Highlight this part of the code, and hitting your CTRL and you C key at the same time, you will COPY the code. Then while you have your EDIT HTML hit your CTRL and your F key to FIND the text. Finally hit your CTRL and your V key to paste the information in the FIND bar.
Step 3 – Add Code to your HTML
Immediately after the code above add this code to your HTML.
<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://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>
If you want you can change the word LABELS to something else. It’s in bold in the code so you will know which word to change.
Other Variations are available on Amanda’s Blogger Buster.
Step 4 – Preview
If you like what you see, click SAVE.
To see this in a Word Document, click HERE.
IMPORTANT NOTICE:
If you want to make changes later, you will need to click the button that says EXPAND WIDGETS to edit your HTML.
What great stuff you have here. Can you help with the Google Translate gadget? I have it on my blogs but once you translate it to another language there is no option to translate back to English. Can't see anywhere to do it on the set up but have seen it on other blogs. Any ideas? Thanks
ReplyDeleteThank you Jeanette :-) Can't believe I didn't see the banner on top. Never mind, it works perfectly and thank you so much for pointing it out to me. :-)
ReplyDeleteHey Jeanette,
ReplyDeleteLove this one.. Have it on my 2 column blog, But it's not working on my 3 column blog.. I've tried putting it in both sidebars.. Nothing but the title shows up..
Any suggestions??