Top Menu

Flash and Javascript Based Tag Cloud Widget for Blogger’s – Blogumus


“Blogumus” is an Flash based tag cloud widget originally WP Cumulus plugin by Roy Tanck’s. You can see the demo for this hack below. You will see the Flash zoom effect on mouse over.

This hack uses both javascript and flash to implement. The intallation of flash cloud in your blogger blog is very simple. Just you need to copy and paste few lines of code in your template editor. I would like to thanks Amanda for releasing this powerful widget for blogger’s. Here you can see the installed Blogumus in sidebar.

Step needs to Add Flash Label Cloud in Blogger Blog

1. Login to blogger dashboard

2. Go to Layout >> Edit HTML

3. Save Your template first and dont expand widget template

4. Choose where you want to add Flash label cloud in your blog ( Sidebar, Footer, Below Header or Above footer or any section). Now Search for respective <section> (section releted to sidebar, footer, etc). The line of code may look like as follows

<b:section class=’sidebar’ id=’sidebar’ preferred=’yes’>

or

<b:section class=’footer’ id=’footer’ showaddelement=’no’>

or

<b:section class=’anything’ id=’anything’ preferred=’yes’>

5. Immediately after any one of the above line, Paste following widget 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’>

    &lt;object type=”application/x-shockwave-flash” data=”http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf” width=”250” height=”200” allowscriptaccess=”always” &gt;
        &lt;param name=”movie” value=”http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf” /&gt;
        &lt;param name=”bgcolor” value=”#ffffff” /&gt;
        &lt;param name=”flashvars” value=”tcolor=0x000000&amp;mode=tags&amp;distr=true&amp;tspeed=100&amp;tagcloud=&lt;tags&gt;
      <b:loop values=’data:labels’ var=’label’>
<a expr:dir=’data:blog.languageDirection’ expr:href=’data:label.url’ style=’12‘><data:label.name/></a>
</b:loop>
&lt;/tags&gt;” /&gt;
        &lt;p&gt;Blogumulus by &lt;a href=’http://www.roytanck.com/’&gt;Roy Tanck&lt;/a&gt; and &lt;a href=’http://www.bloggerbuster.com’&gt;Amanda Fazani&lt;/a&gt;&lt;/p&gt;
    &lt;/object&gt;

  </div>

  <b:include name=’quickedit’/>
</b:includable>
</b:widget>

6. Save your template and if every thing goes well you will see the Blogumus in your blog.

Customization

250 : To change the width of the Blogumus

200 : To change the height of the Blogumus

000000 : To change the color of text

ffffff : To change the background color of Blogumus

12 : To alter the size of labels

Best Items - 70+ Premium elegantThemes for Just $39

Unlimited access to 70+ elegantThemes - Premium WordPress themes for only $39. Feature includes - ePanel Theme Options, Shortcodes, Page Templates and Easy Localization. Power your website with elegant themes today!
FIND OUT MORE

Best Items - Top Selling WordPress Themes From Themeforest

Want to use one of the top selling WordPress theme for your next project?   Here is the list of Premium WordPress items from Blog, Magazine, Creative, Retail, Technology, Entertainment, BuddyPress, eCommerce and Nonprofit categories.
FIND OUT MORE

Best Items - Best NonProfit WordPress Themes

Are you looking for WordPress themes for Nonprofit organisation such as Churches, Charity or Environmental? Find top quality WordPress themes designed specifically for Churches, Charity, Politicians, Environmental and etc.
FIND OUT MORE

Best Items - Top notch Premium BuddyPress Themes

Are you looking for best premium WordPress themes which are BuddyPress ? Head over to Premium BuddyPress Themes for top quality and responsive designs.
FIND OUT MORE

Best Items - Best WordPress Templates Made for Mobile and Tablet Visitors

Collection of Premium WordPress templates to take your website to the next level. Use these themes on your project to reach out Mobile and tablet users. Grow your business and traffic instantly.
FIND OUT MORE

Best Items - Top e-Commerce WordPress Plugins

Find 61+ top notch e-Commerce WordPress plugins - Paypal, Jigoshop, Amazon, WooCommerce, Credit Card Gateway and Authorize etc.
FIND OUT MORE

Best Items - 200+ Popular HTML Email and Newsletter Templates for Effective Marketing

Do you want to market your products effectively ? There are 200+ great collection of E-mail and Newsletter HTML templates from Themeforest. Get into site directly and search for the suitable template that boost your sales and conversion rate.
FIND OUT MORE

Best Items - Recommended WordPress and Web Development Books

Want to learn IN and OUT of web development and become professional web developer? Here are the list of WordPress and Web Development books which i recommend you to start with.
FIND OUT MORE
  • GettingMoneyWise

    I tried but it does not seem to work for me atleast in IE6.Will give it a try in firefox.chrome and see if it works as desired.

  • ces

    hey it shows great performance in my blog but , it does not display all the labels of my blog
    my blog is
    http://www.computereducationspot.blogpsot.com

  • http://buyingadomainname.org/anz-it-market-keen-on-saas-solutions-post-recession-2/ bogac

    Cool article. It’s about time to find interesting content for a change.

  • Cool Gadgets

    Great man, it’s really working in my blog. This code is perfectly working…