Horay.... My Rotate Categories on Blogspot is Works Agains


The first time I saw my rotating menu which is on my blogspot. I see the strangeness of which rotate blogumus I do not want to work, after I have studied the link that connects proved problematic. Two references address to the following address:


http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js
http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf


When I do click on that address then what happens is as follows:
To overcome these problems, follow these steps:





  1. Download WP Cumulus WP Plugin here
  2. Extract in some folder
  3. Upload 2 file into your hosting, we can use free web hosting for example 000webhost.com, that files is swfobject.js and tagcloud.swf
  4. Or we can copy paste from this script
  5. 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 true go to step no 6)
  6. Once in, and add the save, click the Edit HTML, check Expand Template Widget, find the section that has a code like the following,
  7.  
         <--!Beside here you can include the Blogumus--> 
     
    
  8. Replace <--!Beside here you can include the Blogumus--> with the following code
  9. <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>
    
  10. Done

Comments

Post a Comment