Rotate TagCloud, Blogumus

We have been accustomed to see the label cloud, but now there are more interesting. The label cloud can be rotation when the approach in mouse. Yeah.. label cloud use Flash animation called blogumus. Blogumus original is a tag cloud with the name wp-cumulus to the idea created by Roy and then in a version bloggernya by-step amanda.Langkah to install similar to how to install the label cloud. The following step-by-step install blogumus:
  1. Log in and click on the blogger layout, make sure the widget label has been attached, if not, then select Page Elements ---> Add a Page Element and select the label (with the notes you do not have a label, if it is to step no 2
  2. Once in, and add the save, click the Edit HTML, find the section that has a code like the following,
  3.  <--!Beside here you can include the Blogumus-->  
  4. After replace the code with the following code
  5. l"> <b:includable id='main'>
    <b:if cond='data:title'>
    <h2><data:title/></h2>
    </b:if>
    <center>
    <div class='widget-content'>
    <script src='http://mopheat.site40.net/recources/tagcloud/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>, Edited By<a href='http://mopheat.blogspot.com'>mopheat</a></div>
    <script type='text/javascript'>
    // this variable, to change the colour and dimention above
    var so = new SWFObject("http://mopheat.site40.net/recources/tagcloud/tagcloud.swf", "tagcloud", "200", "160", "7", "#000000"); //dimention and beground color
    so.addParam("wmode", "transparent");
    so.addVariable("tcolor", "0x4CBC00");//font colour(hexa)
    so.addVariable("mode", "tags");
    so.addVariable("distr", "true");
    so.addVariable("tspeed", "150"); //fast rotate
    so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='14'><data:label.name/></a></b:loop></tags>");
    so.addParam("allowScriptAccess", "always");
    so.write("flashcontent");
    </script>
    <b:include name='quickedit'/>
    </div><small>Click <a href='http://mopheat.blogspot.com/2008/11/rotate-tagcloud-blogumus.html'>here</a> to install tag cloud blogumus as above</small>
    </center>
    </b:includable> 
  6. Done
Following Link :
Horay.... My Rotate Categories on Blogspot is Works Agains

Comments

Post a Comment