I have asked how to add a 3D tag cloud to my blogspot a few time ago ,but nobody can tell me a feasible method. Then I finally found that yesterday,and you can see the final performance in my blog first “convertwhy I found the code in http://www.bloggerbuster.com/2008/08/blogumus-flash-animated-label-cloud-for.html find this line in your blogger <b:section class='sidebar' id='sidebar' preferred='yes'> Code (markup): 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'>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> Code (markup):
And here is a alternative method of it http://www.bloggerbuster.com/2008/09/alternative-installation-for-blogumus.html
you can check here <a href="http://www.edutechnology.net/how-to-add-lebel-cloud-widget-for-blogger/">how to add 3d tag cloud widget</a>