How to Make a Label Tag Cloud Spins - You must be very familiar with the label right? Labels are grouping blog posts in one category...
Current model or there are 3 forms of labels, general label or the usual (standard), label cloud , and the cloud label is spinning. Yeahh.. That we discussed was the label cloud spinning .
The label cloud will look very attractive because of the motion that is very dynamic. The special of this script is, if the mouse over the motion, it also will follow cursor.
Please remember!! To make the Label Cloud is very complicated and and the HTML code is quite lengthy, so it's recommended to backup your template first so that you are in a "Safe Zone". LOL..
Here's How to Make a Label Cloud Spins:
(Click here for picture)
- Go to Dashboard ->> Template ->> "Edit HTML"
- Click "Proceed" and make sure you check the box to "Expand Widget Templates"
- Now, find the code <b:section class='sidebar' . It will be similiar like this.. <b:section class='sidebar' id='sidebartab1' preferred='yes'> . How to find? Control+F and type <b:section class='sidebar'
- Copy and paste the script below, then put the code AFTER the similar tag.
- Save template
- YOU ARE DONE!!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
That's all, thank you. Enjoy!!
great article! thanks for sharing!!
ReplyDeleteSmith
Quality Web Programmers
Thanks :)
DeleteHi there, nice post and a good source of information. It really shows that you're an expert in this field. I'm looking for some article spinning techniques in this site. Thanks for sharing. Keep it up!
ReplyDelete