175 Alternative installation for Blogumus (fixes the blank widget problem)
September 17, 2008 /


Update: The URLs for the tagcloud files have now been updated. See original post for more information.


Blogumus is an animated tag cloud widget for Blogger powered blogs, which has proven to be the most popular widget ever published on this site.

Most bloggers have been able to install this flash-based widget successfully using the default installation instructions. However, for those using long label names or who have many JavaScript/Flash based widgets present in their blog layout, there seems to be a "blank widget" issue where Blogumus is present but will not display the animated tags.

Thanks to some helpful insights from Roy Tanck (the original author of Cumulus on which this widget is based), I've been able to construct an alternative method for installation which embeds Blogumus as a flash object rather than relying on JavaScript.

If you have experienced problems in displaying Blogumus in your Blogger template, this alternative method for installation should enable Blogumus to display correctly for you.


How to install Blogumus using this alternative method

This method of installation is very similar to the original one.

Firstly, go to Layout>Edit HTML in your Blogger dashboard. Do not check the "Expand widget templates" box as this would complicate the process!

Using your browser's search function, find this line in your template code:
<b:section class='sidebar' id='sidebar' preferred='yes'>
Immediately 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'>

    &lt;object type="application/x-shockwave-flash" data="http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf" width="250" height="200" allowscriptaccess="always" &gt;
        &lt;param name="movie" value="http://sites.google.com/site/bloggerustemplatus/code/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>

Now preview your template. If the installation is successful, you should see the Blogumus widget appear in your sidebar. You can then proceed to save your template.

This version of Blogumus should display all of your labels without issue, and can be moved to other sections of your layout through the Layout>Page Elements screen.


Customizing this alternative Blogumus installation

As with the original widget, it is possible to customize some aspects of Blogumus to better match the style of your blog.

By default, this installation uses the following values:
  • The width is 250px
  • The height is 200px
  • Background color is white
  • Text color is black
  • Font size is 12
All of these options can be changed by editing the code used to display this widget. Here is how you could customize these options:


Change height and width

Both of these options can be configured in the following line:
&lt;object type="application/x-shockwave-flash" data="http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf" width="250" height="200" allowscriptaccess="always" &gt;
Change these dimensions (in pixels) to a more appropriate size for your sidebar or widget section. Note: it is better for the tag cloud to be wider than it is tall (landscape proportions) which enables proper display of the tags.


Change background color

To change the background color, alter the hex value found in this line:

&lt;param name="bgcolor" value="#ffffff" /&gt;

By default, this is set to white, but you can alter this to any value you prefer.


Change the color of text

The tag-links are black by default, though you can change this within the following line using the tcolor value:
&lt;param name="flashvars" value="tcolor=0x000000&amp;mode=tags&amp;distr=true&amp;tspeed=100&amp;tagcloud=&lt;tags&gt;
This six character tag is actually a hex value without the preceeding # symbol. You can alter this to be any hex color code you prefer.

To alter the size of tags/links

In the following line of code, the size of the tag links is "12" (proportionate to the size of the widget). You can change this value to a smaller or larger number depending on whether you prefer the links to appear smaller or larger in your widget.

<a expr:dir='data:blog.languageDirection' expr:href='data:label.url' style='12'>

For example, if you prefer smaller links, change this value to "10" (or even smaller). You can always preview the changes before saving to ensure the links appear in the style and size you prefer.


I hope this alternative method works for you!

After much testing and modifications, I feel assured that these new installation instructions for Blogumus should work for any Blogger "layouts" template, regardless of the length of label names, other scripts present in the widget, and so on.

As far as I can tell, no labels should be "missing" from the cloud (an issue reported by many in the previous thread, for which we cannot discover the problem!).

If you do experience issues with this alternative method, please do let me know.

Special thanks to Roy Tanck for his help with the "object embed" solution on which these instructions are based :)

175 Comments:

17 September 2008 15:12 coco said...

Yay yay! Thanks Amanda! :D

17 September 2008 15:27 DanielPK said...

Well done Amanda, Great job. Thank you very much

17 September 2008 15:44 skotbites said...

Hi Amanda, I'm still getting the blank box with this new code, I really can't get my head round how it can work on once blog but not another.

www.skotbites.com works fine
www.blu-raypricecheck.com shows the blank box

Any ideas?

17 September 2008 15:55 panduan bisnis online said...

wah ilmu baru lagi buat saya!

thanx amanda!

17 September 2008 16:05
Anonymous said...

is there a way to make the background transparent?

17 September 2008 16:48 tommy salami said...

Still comes up blank for me as well. Should we remove the old Label clouds first?

17 September 2008 16:57 carrotmadman6 said...

How come I still can't click any of the labels???

I didn't add it to my blog for the same reason. I'm using Firefox 3 & when I click (& double-click as well) on a label here on BloggerBuster, nothing happens! :(

17 September 2008 17:41 Ty said...

Still a CPU hog...

I would love to use this but it is still using a ton of processor to run. Any page I go to with the blogumus widget or the new flash version causes firefox to use 50 - 60% of my cpu. I can't justify doing that to my blog readers for the sake of a cool widget. And yes, I think it's the coolest widget I've seen, but not worth the performance hit.

17 September 2008 18:54 tabuhan said...

Thank You Amanda ;)

17 September 2008 21:13 googleholic said...

thank's amanda.
nice trick

17 September 2008 21:36
Anonymous said...

There is still always one tag/label missing, no matter how many I have. In my blog there is now total of nine different labels and in the cloud I can see only eight. Strange!...

17 September 2008 23:44 Grimm said...

also a blank box here :(

18 September 2008 02:17 Tinh said...

Great post. I forgot getting your permission to translate your post about i-query method 1 into Vietnamese for vietnamese bloggers. T

18 September 2008 02:46 webdesigngrafico said...

Thanks for the tip.
It worked properly.

Wallace

18 September 2008 03:21 Jackster® said...

still one label missing..

18 September 2008 03:53 Ori said...

Thanks Amanda, this is what I'm looking for, so glad that it's available for blogger/blogspot user now. I'm gonna install it, I think

18 September 2008 04:04 Ori said...

Opss..I find the same problem as @carrotmadman6, I click and double-click it, but nothing happens. I use FF v2 and I try with IE6 and it doesn't work either.

18 September 2008 07:27 Việt Nam New said...

Have blog

www.design24h.com

www.zingvn.info

Decrise by bloggerbuster

18 September 2008 14:23 Amanda said...

@Skotbites: That's very odd :/
It seems you're using the same template for both blogs, though a few widgets are different. I'm utterly perplexed as to why this isn't working for your Blue-Ray blog!

@Skotbites, Tommy Salami, Grimm and Edwin Vázquez: It seems the only way to make this work for the blogs experiencing this issue is to hand-code the widget, and replace several label URLs with TinyUrls (or similar).

What I can't figure out is WHY this happens! I checked the code above on some incredibly complex layouts with dozens of widgets, with very very long label links and several different blog URLS. It worked perfectly in all these circumstances, so for me this is frustrating to say the least.

The only other option I can offer now is to explain how to hand-code the widget, replacing URLs with TinyURLs instead. This will involve a lot more work for installation though, as you will need to hand code your own widgets, retrieve the TinyUrls, etc. SO it won't be as easy as this and the original method.

Let me know if you are prepared to do this, and I'll write up a help sheet (which may be easier to follow than an HTML based tutorial, as I will need to highlight code in certain ways for clarity).

@Jackster: By chance, so you have a label which includes 0 posts (or significantly less posts than other labels)? I'm still unable to figure out this issue. The code used should produce links for every label in the loop, and I wonder if it may be a problem with the Label Loop rather than the code for this widget.

@Carrotmadman6: In my Blogumus widget (sidebar) I had forgotten to add the parameter for allowing script access. This prevented the links being active, though I have fixed this now. Just tried in FF3 and IE6. It works fine for me :) Are you having issues with this in your own blog, or just mine?

@Tinh: It would be great to see a translation of this hack, though I would ask two things of you: please provide a link back to Blogger Buster to confirm your resource, and if possible, I'd appreciate some commentary of your own in the post. This ensures the content is not merely duplicated, and is of benefit to us both.

I really need to write up a notice about using posts from Blogger Buster to clarify some issues for other readers too :)

Once you've posted, please send me a link to the post so I can reference this as a Vietnamese translation for others who may be interested to use this too.

@Ty: I know what you mean about the CPU hogging! I'm not great with Flash so I have no clue how to reduce the files used for a smaller CPU usage. If anyone could offer advice on this, please do let me know!

18 September 2008 15:54 Grimm said...

damn, this sucks. will leave the phydeaux cloud on my site then. thanks for the help though.

18 September 2008 18:18 Ori said...

Amanda, Blogumus on my blog works in FF, but it's not clickable in IE6. Please help. Thanks.

18 September 2008 21:07 jifdc said...

Yeah, the Blogumus worked fine on 1 out of 3 of my blogs. I'll keep trying on figuring out why it won't work on my other blogs and If i figure out how to make it work, I'll let you know Amanda. In the end of the day, I'd choose using Blogumus because it looks so cool. But for the blogs where I can't get it to work...I'm gonna stick with the phydeaux method which Grimm mentioned earlier....at least until I get the Blogumus to work. I'll keep checking in on the Blogumus posts to look for further updates and solution to the now famous "Blank Widget" ordeal.

19 September 2008 01:46 أحمد كمال said...

Hi Amanda, thanks for the alternative. However it does not resolve the other languages issue. The Arabic labels I have do not show. While English labels works just fine.

19 September 2008 02:38 कविता वाचक्नवी said...

It is same still the same problem in my blog. Only an empty white box is appearing there.

19 September 2008 11:52 Typhoon said...

Hey Amanda..I am using the earlier method on my blog smartbloggerz.com and it's working perfectly.

I wanna ask are there any advantages of using this Alternate method in case of loading time or any such..Or should we use the old method if it's working properly on our blog.??

19 September 2008 13:06 Bobby said...

I tried it in my blog for the first time following this Alternative installation and it
works great! I could even click on the links. I'm not sure though if my blog would load slower with other computers coz it loads pretty much the same even I had successfully installed this Widget.

Thank you very much Amanda and more power to you!

19 September 2008 21:42 OLE-Team said...

Hi Amanda,

I just don`t get it started. I don`t find the line you mentioned under which the code is suppose to start.

My page is called:
www.ole-praktikumsboerse.de/ole-blog

Could you pls help me on that? Thank you already.

19 September 2008 22:02 Titus said...

Thanks for the tip.

It worked properly.

by,
http://tcwebs.blogspot.com

20 September 2008 01:15 diTesco said...

Installed the fix and my cloud looks great. love your page. Actually downloaded a template from eblogtemplates and tweaked it a lot more with your: adding column on the footer section plus this tag cloud. Fantastic. Thank you very much

20 September 2008 09:45 Mr. Tùng said...

DONT SUPPORT UTF-8 CHAR.
PLZ ....

20 September 2008 10:49 skotbites said...

Thanks for the reply Amanda think I'll give it a miss. I'll keep reading your site though.

Scott

20 September 2008 21:00 zlam said...

Thanks you Amanda. But I need help you again. I am done install blogumus, but link labels do not show after click. Please help and inform to me. I am wait your answer and email to me : zlamzugiart@gmail.com
Thanks you

21 September 2008 05:23 billitone said...

Hi Amanda,

This is great.

Using FF, Flock and Safari, there is no problem.
But using IE7, It goes blank the moment I go away from main page, i.e. click on any other posts.

Just to let you know.

21 September 2008 05:27 billitone said...

One more thing, the label is not clickable when using IE.

thanks.

21 September 2008 10:40 پیام said...

It does not show my persian tags!

22 September 2008 12:09 fr3zh BLOG said...

Wow, thank's Amanda, very simple (^_^)

22 September 2008 14:11 Dee said...

Just added it to my blog. Looks great! Thank you, Amanda.

22 September 2008 19:26 Dan Campos said...

A piece of advice for those whose cloud keeps appearing blank. When I installed it, it worked perfectly, but when adding some other tags to a new post it stopped working. The problem? Avoid using special characters like "´", "¨" "ñ" or even the " I removed the tags with those elements and it works perfectly now.

Great work and amazing blog, Amanda. Best regards!

24 September 2008 03:07 setiawan said...

wah bagus-bagus tips-nya mau saya unduh ni, tapi habis lebaran aja HeHeHe

24 September 2008 14:28 Emilio Fernandez said...

Perfect it works perfect, just have to find out color codes to change.

Gracias amigo

25 September 2008 08:56 Robin and Emz said...

didn't work for me too.. please check on my site too amanda. the label cloud is on the bottom left portion of the page at http://robinemz.blogspot.com

Thanks!

25 September 2008 09:23 Sriram J. Iyer said...

Thanks a ton! works perfectly! have a look @
http://rpos6dot5.blogspot.com

25 September 2008 11:31 A-S said...

Amanda. its not wor on my blog. Please help me!

http://gulefendim.blogspot.com/

25 September 2008 19:32 Malvinder Singh T Virdi said...

Thanks Dear.,

It was some changes to be done. for my blog, but i did it..
thanks for the guide., you rock

26 September 2008 15:56 gWt said...

hey could it be possible for it to be use for post titles?

26 September 2008 20:48 Angelika said...

Nope. Blank Widget.

27 September 2008 17:27 coolmals said...

Blank Widget for me too :( and i tried both original as well as alternative .. Any ideas..

27 September 2008 23:39 Mark43 said...

Blank also but I can see the operational one you have in your 1st post. I thought it could be my browser but if I can see yours I SHOULD be able to see it on my blog. I have tried both BTW. Thanks for this when I get it working...

29 September 2008 12:41 OnlineBits&amp;Pieces said...

This is my first time to try putting that cloud labels widget, and it work well the easier way. Thanks Amanda!

1 October 2008 01:33 by Daniel Vidal said...

HI

Now, the cloud label appears without problems... but... nothing happens when u click on them !!! :(

3 October 2008 23:09 HektikLyfe said...

Doesn't work for me. I tried both methods and it just shows a white square. I tried in different browsers with no luck either. It works fine on your page here on any browser. I am using your Halloween template. I even tried deleted every other widgets I had with no luck.

Help?

http://thesilentpodium.blogspot.com/

4 October 2008 09:27 Rishi said...

Thanks Amanda for this beautiful widget. It worked for me flawlessly. Is there any way to exclude a keyword appearing in this widget?

4 October 2008 12:28 Mark Ngui said...

works a treat. and easy to tweak too. nice and thank you!

6 October 2008 07:54 יאיר שפיגל said...

Hi Amanda,
Another blank square :(
I would appreciate it very much if you could make this work.
Here's my blog (it's in Hebrew, but all tags are English): www.yairjazz.blogspot.com

Thanks

7 October 2008 01:03 HektikLyfe said...

A fix for the "fix." If you guys tried them both and it still doesn't work for you. If you still see a blank widget. Do what I did and GREATLY reduce the quantity of labels you have.

I have around 30 now and it seems to be working fine. I hope this works for you. If this solves your headache, let the developers of this cool widget know.

And if you have some extra time, drop by my page and comment too. ;)

http://thesilentpodium.blogspot.com/

9 October 2008 00:56 Jake Ilac said...

Thanks for the code. It really works on my blog.

Blank square, maybe post that doesn't have labels.

Or maybe try to shift on your browser.

9 October 2008 11:37 Shailendra said...

Thanx!
It worked and is easier than previous method!!

10 October 2008 07:58 Rüdiger Voßberg   said...

;-((

i've tried both versions not success for me 'n' mY bloG

vossyline.blogspot.com

14 October 2008 23:15 Gaurang said...

hmmm ...

no luck for me too :( ... (and me too tried both methods )

what's wrong it can be amanda ??

it still hows only blank box ...

http://thetwoface.blogspot.com/ ...

16 October 2008 15:23 OriginScrew said...

Okay ......
Well, Amanda ,first of all, thanks for converting the code....
Okay, First when I tried it, it failed and showed blank like others.....
I had about 75 labels so I figured it out that something must be related to No.of Labels do affect the appearance of code.
For all those who didn;t have success may try to reduce some no. of useless label in order make space and once installed, the widget can catch hold of many labels.

This may help you.......
Siddharth
www.fullscrew.blogspot.com ( visit it sometime)

16 October 2008 15:29 OriginScrew said...

And Amanda , I have a problem. Take a look if you can solve it. Visit my blog www.fullscrew.blogspot.com and you can see that the font of all post is too small. This was a result of shift of template from WP Polariad to Funkyzine template.
If you could somehow find a way so that I can change the font uniformly of all post's text at the same time, coz changing the font by entering each post is troublesome.........

Siddharth

17 October 2008 11:31 SambiT Rul3z said...
This post has been removed by the author.
17 October 2008 11:41 SambiT Rul3z said...

not working for me..:(

chk this pic plz

http://i36.tinypic.com/15zkrw5.jpg

well this my test blog.and its not working

18 October 2008 13:03 FRANCISCO ALARCÓN said...

Not working for me either, the cloud label appears without problems... but... nothing happens when I click on them

thanks

You can see it at http://publicacionesfranciscoalarcon.blogspot.com/

19 October 2008 04:19 peter.w said...

仓库货架|中量A型货架 仓储货架|中量B型货架 库房货架|横梁式货架 塑料托盘|栈板 钢托盘|钢制托盘 折叠式仓储笼|仓库笼 仓储笼|仓库笼|折叠式仓储笼 托盘|钢托盘 托盘|塑料托盘 周转箱|塑料周转箱 托盘|纸托盘 料箱|钢制料箱 工具柜|工具车|抽屉柜 工作台|工作桌 刀具柜|刀具车|刀具架 手动液压托盘搬运车|电动托盘搬运车 手动液压堆高车|手动叉车 仓储笼 仓库笼 南京仓储笼 常州仓储笼 无锡仓储笼 苏州仓储笼 徐州仓储笼 南通仓储笼 镇江仓储笼 连云港仓储笼 泰州仓储笼 扬州仓储笼 盐城仓储笼 淮安仓储笼 宿迁仓储笼 轻量型货架|角钢货架 中量A型货架 中量B型货架 货位式货架 横梁式货架 阁楼式货架|钢平台 悬臂式货架 贯通式货架|通廊式货架|驶入式货架 辊轮式货架|流利条货架 压入式货架 移动式货架|密集架 模具货架 抽屉式货架 汽车4S店货架 汽配库货架 自动化立体仓库货架 托盘|钢托盘|钢制托盘 托盘|塑料托盘 托盘|塑料托盘 托盘|塑料托盘 仓储笼|仓库笼|折叠式仓储笼 手推车|铁板手推车 手推车|静音手推车 置物架|工业置物架|家用置物架 堆垛架|巧固架 挂板架|物料整理架 登高车 物流台车|载物台车 料箱|钢制料箱 搬运车|手动液压托盘搬运车|电动托盘搬运车 堆高机|堆垛机|手动堆高机|电动堆高机 叉车|电动叉车|内燃叉车|叉车厂 货架 货架 仓储货架 仓储货架 仓库货架 仓库货架 货架厂 货架厂 货架公司 货架公司 托盘 钢托盘 铁托盘 钢制托盘 塑料托盘 仓储笼 仓库笼 折叠式仓储笼 折叠仓储笼 仓储货架|仓库货架|库房货架 南京货架|横梁式货架|中型货架 钢托盘|塑料托盘|纸托盘 仓储笼|仓库笼|折叠式仓储笼 钢制料箱|工具柜|工作台 手动液压托盘搬运车|手动液压堆高车 仓库货架|中量A型货架> 仓储货架|横梁式货架|货位式货架 托盘|塑料托盘|钢制托盘|纸托盘 仓储笼|仓库笼|折叠式仓储笼|蝴蝶笼|储物笼 手动液压托盘搬运车|手动液压堆高车 仓库货架|中量A型货架 仓储货架|横梁式货架|货位式货架 托盘|塑料托盘|钢制托盘|纸托盘 仓储笼|折叠式仓储笼|仓库笼|蝴蝶笼|储物笼 手动液压托盘搬运车|手动液压堆高车 仓储货架|仓库货架|库房货架 南京货架|中型货架|横梁式货架 钢托盘|钢制托盘|塑料托盘|纸托盘 仓储笼|仓库笼|折叠式仓储笼 钢制料箱|工具柜|工作台 手动液压托盘搬运车|手动液压堆高车 仓库货架|中量A型货架 仓储货架|中量B型货架 库房货架|横梁式货架|货位式货架 钢托盘|钢制托盘|铁托盘|栈板 托盘|塑料托盘|栈板 纸托盘|栈板 仓储笼|仓库笼|折叠式仓储笼|蝴蝶笼|储物笼 钢制料箱|钢制周转箱|网格式料箱 搬运车|手动液压托盘搬运车|电动托盘搬运车 仓库货架|中量A型货架 仓储货架|中量B型货架 库房货架|横梁式货架|货位式货架 钢托盘|钢制托盘|铁托盘|栈板 塑料托盘|塑料栈板 纸托盘|栈板 仓储笼|仓库笼|折叠式仓储笼|蝴蝶笼|储物笼 钢制料箱|钢质周转箱|网格式料箱 手动液压托盘搬运车|液压搬运车 仓储货架|>仓库货架|库房货架 南京货架|中型货架|横梁式货架 钢托盘|钢制托盘|塑料托盘|纸托盘 仓储笼|仓库笼|折叠式仓储笼 钢制料箱|工具柜|工作台 手动液压托盘搬运车|手动液压堆高车 仓库货架|中量A型货架 仓储货架|中量B型货架 库房货架|横梁式货架|货位式货架 钢托盘|钢制托盘|铁托盘|栈板 塑料托盘|塑料栈板 纸托盘|栈板 仓储笼|仓库笼|折叠式仓储笼|蝴蝶笼|储物笼 钢制料箱|钢质周转箱|网格式料箱 手动液压托盘搬运车|托盘搬运车 货架|仓储货架|仓库货架|库房货架 南京货架|上海货架|北京货架 轻型货架|中型货架|搁板式货架 重型货架|横梁式货架|托盘式货架 托盘|木托盘|纸托盘|木塑托盘 托盘|钢托盘|塑料托盘|钢制托盘 仓储笼|仓库笼|折叠式仓储笼 手推车|静音手推车|铁板手推车 物料架|整理架|挂板架 料箱|钢制料箱|钢制周转箱|网格式料箱 手动液压托盘搬运车|电动托盘搬运车 手动液压堆高车|半电动堆高车|手动叉车 塑料周转箱|物流箱|塑料化工桶|塑料卡板箱 工具柜|上海工具柜|南京工具柜|抽屉柜 工作台|工作桌|南京工作台|上海工作台 刀具车|刀具柜|刀具架|刀具座 货架 货架厂 货架公司 仓储货架 仓库货架 库房货架 南京货架 上海货架 托盘 钢托盘 钢制托盘 货架|轻量型货架|角钢货架 货架|中量型货架|次重型货架 货位式货架|横梁式货架|重量型货架 仓储货架|阁楼式货架|钢平台 仓储货架|悬臂式货架 仓储货架|贯通式货架|通廊式货架|驶入式货架 仓库货架|库房货架|抽屉式货架|模具货架 仓库货架|库房货架|汽车4S店货架|汽配库货架 货架厂|货架公司|南京货架|上海货架|无锡货架|苏州货架 货架厂|货架公司|北京货架|天津货架|沈阳货架|大连货架 货架厂|货架公司|广州货架|深圳货架|杭州货架 托盘|钢托盘|钢制托盘 托盘|塑料托盘 仓储笼|仓库笼|折叠式仓储笼 置物架|多功能置物架|卫浴置物架 料箱|钢制料箱|钢制周转箱 手动液压托盘搬运车|不锈钢托盘搬运车|电动托盘搬运车 手动液压堆高车|半电动堆高车|电动堆高车|堆垛车 货架 仓储货架 仓库货架 货架厂 货架公司 托盘 钢托盘 铁托盘 钢制托盘 塑料托盘 仓储笼 仓库笼 折叠式仓储笼 折叠仓储笼 货架 货架 货架 仓储货架 仓储货架 仓储货架 仓库货架 仓库货架 货架厂 货架厂 货架公司 货架公司 托盘 钢托盘 铁托盘 钢制托盘 塑料托盘 仓储笼 仓库笼 折叠式仓储笼 货架 货架 货架 仓储货架 仓储货架 仓储货架 仓库货架 仓库货架 仓库货架 货架厂 货架厂 货架厂 货架公司 货架公司 货架公司 托盘 钢托盘 铁托盘 钢制托盘 塑料托盘 仓储笼 仓库笼 折叠式仓储笼 折叠仓储笼 托盘 塑料托盘 钢托盘 钢制托盘 铁托盘 货架厂 仓储笼 仓库笼 折叠式仓储笼 折叠仓储笼 南京货架 货架公司 货架厂 仓库货架 仓储货架 货架 货架

19 October 2008 16:17 Kumaran Raman said...

Guys.. I think Ive found the fix.. Don't include characters like ' - etc. in the tags... Remove them and try.. It worked for me...

http://www.itsteekays.blogspot.com/

19 October 2008 20:16 Hugues said...

Hello,
I can't find the right place where to paste the code in my html template... could someone help me?
/***********************************************/
/* Sidebar Styles */
/***********************************************/

.sidebar {
margin: 10px;
font: $sidebarfont;
color: $sidefontcolor;
line-height: 1.6em;
text-align: left;
}

h2.title, .sidebar h2 {
margin: 0px;
padding: 4px;
font: $sidetitlefont;
color: $sidetitlecolor;
line-height: 1em;
letter-spacing: 0.1em;
text-align: center;
border-bottom:1px solid $boxbordercolor;
}

.sidebar ul, .post ul {
margin: 0 0 1.5em;
padding: 5px;
}

.sidebar li, .post li {
font-size: 1em;
list-style: none;
}

.comment-link {
font-size: 1em;
}

21 October 2008 19:42 Wilmaryad B. O'Scallas said...

Hello Amanda.

I had successfully installed this great widget and it worked fine ... until this morning when I noticed that the tags have disappeared, leaving the widget looking like an empty frame.

Any help, please?

22 October 2008 14:13 Cacho said...

Kumaran Raman got it right. remove all the special symbols, it will only work if you have letters or numbers as labels. my problem is this, have too many labels and it is clogging my view. do we have an alternative to limit the labels to be shown, perhaps those that has a count of 4 or more?

23 October 2008 17:32
Anonymous said...

Ditto to Kumaran Raman and Cacho -- if labels are only comprised of letters and numbers, then it works no matter how many labels you have. Granted, it is only user friendly with a few dozen labels, it will work with even 100+ when the labels do not have in them any punctuation or other symbols. BG

23 October 2008 17:49 Yann said...

Very effective tip but it seems that it doesn't work with IE : when you click on a label, Blogumus in the sidebar disapears (using IE 7).
Can you save us Amanda :) ?

25 October 2008 03:33 "Bauru" said...

Muito obrigado, Amanda. Consegui instalar no meu blog, mesmo não sabendo quase nada de inglês. Parabéns!

25 October 2008 12:33 Torsten said...

ATTENTION: This alternative version doesn't work in IExplorer 7. And this matters a lot, because a lot of people use this browser (of course not I). In IE7 the label cloud is displayed, but when you click on a label nothing will happen!

28 October 2008 13:25
George said...

To Torsten,

Its true what you state. I am using IE7 and i can not see the Blogumus labels in Amanda's bloggerbuster website.

28 October 2008 16:58 ボンボンバカボン said...
This post has been removed by the author.
29 October 2008 12:24 ボンボンバカボン said...

Hi Amanda,

This is great. Thank you very much!

So, tags including the slash ("/") & "'" don't work. I think it only has to replace the slash at "%2f", but how should I do?

I hope "'" incidentally.

30 October 2008 19:48 Nekuia said...

Sorry, dot'work for me too :-(
Please help a Dummie 8-)

31 October 2008 04:50 gomezlaw said...

it works for me although its 1 label less. but thanks alot. its a great widget. a better alternative to list type category and tag clouds.

31 October 2008 15:49 m@q said...

Can you please make it for UTF8? because may blog is written in UTF8 bangla font (SolaimanLipi)... thanks in advance

6 November 2008 10:05 OctaviZ™ said...

Hey, I do not work for with 2 methods which, in my blog there are more than 50 labels, this could be the problem? The table is white but, is there a solution?

Greetings and thanks

www.macvisions.net

6 November 2008 16:47 Harish Srinivasan said...

Hi Amanda,
I tried the alternative solution. But I still get a blank page. I only have about 30 labels or so and none of them are too long. The individual URL of each post on my blog are very long though. Any help will be appreciated. I am willing to hand code everything with your help
Thanks
my blogspot
http://buffalochess.blogspot.com/

12 November 2008 15:05 korhan said...

widget cumulus dont work.

help please

http://korhanya.blogspot.com/

thanks

13 November 2008 14:53 Admin said...

thank you..its great

antosofi.blogspot.com

14 November 2008 10:57 Mila Milanova said...

Hi Amanda,

that tag cloud is gorgeous, but it's half-part working for me. I have one label in Cyrillic, and i think that the code does not recognize it. But if you look I have 4 labels (http://my-mind-diary.blogspot.com), and on the box appear just two of them. Pls give me some advise (not necessary for the Cyrillic label)

14 November 2008 19:18 Guillermo said...

It's works! Thks! ;)

16 November 2008 04:16 tohiepvn said...

...help me! But why lost one label??

17 November 2008 05:23 |Ihsan| said...

hi amanda, hurm...this method doesn't work with me.it still showing blank page.

1 December 2008 01:59 Mike Fan said...

What I find interesting is that the "Blogumulus" widget works in Firefox but is blank in IE unless I do the fix. My favicons also work in Firefox but not IE.

Switch to Firefox today! :P

Mike
http://365Sonnets.blogspot.com
http://SomeTurbidNight.blogspot.com
http://VoglioTempo.blogspot.com

2 December 2008 08:14 imamura said...

these information very useful.

See my HOT collection wallpaper

2 December 2008 08:17 imamura said...

Hi
bess regard all

3 December 2008 02:23 Oddi said...

I use this on my blog but some of my labels are missing...

3 December 2008 11:09 Mystery Shopper said...

hi amanda, great tips . i dont have much of labels, but i tried your tips ...
yet, i discovered a label missing from my cloud .
can you tell me why?
thnk you amanda

4 December 2008 17:15 BUJAS said...

thank you AMANDA to labels

8 December 2008 15:09 zaozi said...

Thanks for this great widget. Thanks to Kumaran Raman for the punctuation tip. Just wish it would work for IE as well.

http://chineseteathemakingof.blogspot.com/

11 December 2008 01:52 Atma Singh said...

Hi Amanda,

i use IE 7.your site's blogumus displays n works fine. the 1st method works but only during initial site load-after i click on a label or any other link, the label disappear. only closing the tab n reloading the site makes them appear again.

the 2nd revised method displays fine but the labels aren't clickable.

would love this widget to work. any ideas?

atma singh

http://everydaysikhee.blogspot.com/

11 December 2008 08:18 La Tansa Majalah said...

i tried this alternative, but my site still shown blank...

but i've used it also in my other site, but it's work... i dunno why.....

20 December 2008 02:54 Rajtilak Bhattacharjee said...

Hey Amanda, finally I have installed this widget and it's working perfect :)

http://rajtilak-bhattacharjee.blogspot.com

28 December 2008 14:24 Vagner Ferreira said...

Amanda excellent. On my blog the problem was only with IE. A big kiss for you and much success with Blogger Buster.

28 December 2008 19:33 Ahmad Sheva said...

I don't know whether I had a mistake or not . but when I tried it to my blog , only the link to roytancks and ur blog which appeared . any ideas ?

5 January 2009 15:07 @LiYaNNuaR said...

hi Amanda... i've followed urs but still blanks... what happen to mine???

8 January 2009 09:30 Sandhu Singh Navjeet said...

hi Amamda, simply A BLANK SECTION is what i'm getting.......

Please help me resolve the issue. http://whoaresikh.blogspot.com

14 January 2009 01:50 About Broken Heart Dolls said...

doesn't work unless you constantly refresh. Most of the time blank so not useful. I am using a 3-column template, maybe that is it.

16 January 2009 07:28 Guyd@Costa said...

its not working for my blog... so sad.


http://guydacosta.blogspot.com/

18 January 2009 19:05 David Bergeron said...

Thanks Amamda,

The answer to fix the blank problem has already been mentioned above. You just have to remove special characters such as an apostrophe ’ ' from your labels. I found out because the label cloud worked at first, than I made a new label " David's Blog " than it didn't work.

Come visit me, http://geneyuss.blogspot.com/

18 January 2009 21:50 Matthew said...

As far as I know you need the latest flash player and to use only pure text in your labels :)

I was wondering if it is possible to add some parameter that makes the font change colour on mouseover like a link as well as the box that goes round the label? No worries if it is too much trouble :)

I also like the sound of knowing how to add your own links too :)

This is quite simply my most favourite widget ever, thanks for making it possible for us to use it :)

Thanks again :)

29 January 2009 13:11 Il Cek said...

Fantastico !!!!!!!!

31 January 2009 11:17 Gustavo Mendes said...

G-R-E-A-T. For me is working great; Thanks
(http://pintaazulemfundolaranja.blogspot.com)

1 February 2009 12:02 xpikon said...

plz help me to fix this blank box instead of label clouds.

2 February 2009 23:41 Tomaž said...

I solved the problem with IE7 and non-clickable links.

The part [allowscriptaccess="always"] inside the object tag is not enough.

You have to add another line:
[<param name="allowscriptaccess" value="always" />] somewhere between other param tags (movie, bgcolor, ...).

It works like a charm now. Check it out at http://tkresevic.blogspot.com/

2 February 2009 23:42 Tomaž said...

I solved the problem with IE7 and non-clickable links.

The part [allowscriptaccess="always"] inside the object tag is not enough.

You have to add another line:
[<param name="allowscriptaccess" value="always" />] somewhere between other param tags (movie, bgcolor, ...).

It works like a charm now. Check it out at http://tkresevic.blogspot.com/

4 February 2009 12:54 iulian zaharia said...

dudes, a tag is missing for me too. if you wanna solve the problem, just add an extra tag. ;)

5 February 2009 16:19 Johan said...

Hi.. I think Kamran Idea is work. At first I also face the same problem. Only Blank box come out. Than I change all the Labels and removed all the tags with symlols (!@;?> etc...) and It work fine.. Thanks amanda and Thanks Kamran..

http://johanchamps.blogspot.com

8 February 2009 06:38 aLx194 said...

still getting a blank square

13 February 2009 15:26
Anonymous said...

Hi Amanda, how do I make it so the text changes color like a normal link when I hover over a label?

15 February 2009 16:54 Roo said...

Hi - just tried adding the word cloud in both versions; First version nothing came up with the exception of your credits, 2nd version left me with a blank space.

I'm using a Blogger blog, with Flock as a browser, but nothing to unusual I suppose. I look forward to hearing from you

Cheers, Roo

18 February 2009 23:32 Tomaž said...

I've found the solution for the non-clickable links problem.

Adding [allowscriptaccess="always"] inside the object [element] is not enough. You have to create another element like this:

<param name="allowscriptaccess" value="always" />

It works fine for me now. You may check it out at my site.

18 February 2009 23:33 Tomaž said...

I've found the solution for the non-clickable links problem.

Adding [allowscriptaccess="always"] inside the object element is not enough. You have to create another element like this:

<param name="allowscriptaccess" value="always" />

It works fine for me. You may check it out at my site:
http://tkresevic.blogspot.com/

20 February 2009 09:43 fathima said...

doesn't work for me either :(

26 February 2009 00:11 Dicas Plugins said...

One problem: 1 marker is missing!

A reader called me about a problem with the tag cloud.
When used, not a label.

For example, if I have 7 markers in the tag cloud appears only 6.

what is happening? Aguri reply.

11 March 2009 14:29 Kelly said...

Thanks! Works great for me! Looks awesome.

15 March 2009 05:47 SITASARIT said...

BRILLIANT!

xoxo

27 March 2009 21:24 GolfTipEditor said...

Amanda, I love it. Your tips are always the cleanest and clearest of the many who are offering up their hacks.

I love the cloud because it looks like a golf ball, which is perfect for my site.

http://GolfTipReviews.com

My CPU usage is about 4% when the ball is not spinning, about 8% when it is spinning. Seems well worth it to me.

Thanks Again,
GolfTipEditor

31 March 2009 20:29 zuhdi said...

thanks Amanda..
it works great on my blog!!
wanna see it in action?
yeah! sure..
feel free to visit my blog..
http://zuhdijohan.blogspot.com...

1 April 2009 19:12 Jason said...

Thanks Amanda. Cheers ^^

2 April 2009 06:15 Andriy Andryanto said...

this is the answer after my 48-figuring out why the previous method didn't work at my blog

Great thanks to, err... Amanda?

^_^

5 April 2009 23:50 NICKY_0130 said...

I love you Amanda!!!!!!

you are the best!!!!!

it works really really amazing :-), Thank you very very much!

My blog is about BlackBerry Smartphones "bberryworld.blogspot.com"

Thanks again!!

10 April 2009 01:43 Graeme J Morris said...

Hey Amanda,

Nice work with the conversion of this cloud. I implemented it in my custom blog, and I can't get the links to work any ideas?

13 April 2009 10:32 kang tatang said...

Still not eork for my template, here's the message :

"We were unable to preview your template
Please correct the error below and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly.
XML error message: The reference to entity "mode" must end with the ';' delimiter."

13 April 2009 12:55 OochyKoochy said...

Hello.

I tried both widget. none works.

best

T.

16 April 2009 18:11 candyQ said...

Hi, Amanda! I've been trying to use this on my blog since you posted this. It works but there's always one label missing. I've tried using other templates but I still get the same problem. Help!

Thanks!

21 April 2009 08:05 André said...

Hi, this problem - one label missing - happens because the version 1.20 of Blogumus have some kind of bug.
Try to download the old version (1.19 or more) in Download Section and substitute the link in widget for this one (you need put this archive "tagcloud.swf" online)
For me, this worked.
See you
Andre

24 April 2009 10:40 thezman22 said...

It still doesn't work for me either!!!!!! ARGH!!!!!!!!!!!!

26 April 2009 12:06 hr said...

its not easy for me...trying several days and hours now...
do i have to learn xml and xhtml and javascript?
i followed your hints how to implement blogumus but i cant see any cloud... what am i doing wrong?

30 April 2009 11:41 thezman22 said...

it still doesn't work for me at all

25 May 2009 23:59 Cecilia Helena said...

Pra mim tambem não funcionou, tentei as duas sugestões, e o resultado foi identico nos dois modos...que pena ... mas valeu..achei muitas outras utilidades aqui no seu espaço.
um abraço.

29 May 2009 20:05 Víctor Cobs Muñoz said...

somebody who speaks freaking spanish please???!!
beacuse i understand so good, but, i've a problem, my tags of the cloud, doesn't have any link, so i don't know, and i had just 2 tags!! i want more, what can i do..
if somebody can write to me in spanish .. thanks! =)

29 May 2009 23:34 Christina said...

I love this widget, but haven't been able to get it to work for me anymore. It worked the very first time I added it about a month ago (with the old codes)....then it suddenly went blank about a week later. I have no clue why it won't work anymore....any ideas?

http://whatevermama.blogspot.com/
http://mamasmoneysavingtips.blogspot.com/
(both have widgets on bottom of sidebar since they are blank and unsightly)

31 May 2009 08:49 Michael LoE said...

very difficult!!!!!!!!!!!!

2 June 2009 02:02 babyrocasmama said...

This will not work for me at all. And I cannot seem to make it have a transparent background.

In any case, I either get a blank white, bright green or black box.

No label cloud for me, apparently.

Is there any fix at all for this?

2 June 2009 09:26 Faisal Kreeenzz said...

Hello Amanda,Why this tutorial doesnt work?heres my blog http://komputer28.blogspot.com Thanx

8 June 2009 05:13 Charles said...

I have get it to work, there are two small modifications for the code:

1.Adding
<param name="allowscriptaccess" value="always" />
somewhere in the code to make the labels clickable in IE.
2. Adding
<param name="wmode" value="transparent" />
to get the backgound transparent.

I also figure out how to position it onto the header with a glittering title text.

Now I really love the special effect on my blog's title area.

http://cyberjedizen.blogspot.com/

19 June 2009 03:11 Bala said...

Hello Amanda

I tried using both the versions of the code but both of them result in a blank widget! I read through few of the comments here and few have doubts about the number of labels, but I have very few labels. I am not able to figure out the problem!

4 July 2009 20:28 Natalie Bulick, Reader's Advisory Librarian said...

Hi Amanda,

I am having the same problem as Bala. I have tried both versions resulting in a blank widget.

Can you help?

Natalie

13 July 2009 19:49 the most sassy mrs. and mama you will ever meet. said...

amanda, i cannot get this to show up! the widget is there but there is absolutely no picture/text/cloud...help, please!

22 July 2009 00:03 FBCVH: Pastor Rob Casey said...

All I get is a white box as well. Please help!

3 August 2009 00:51 Vinay said...

thanks amanda.. this fixed my problem in IE

http://www.vinaymanda.com

10 August 2009 00:51 onewebclick said...

can someone help , it works in firefox , works with IE in the home page when i goto individual post it shows blank widget , please help !

http://webspherehelp.blogspot.com

17 August 2009 23:06 NYIsles1/IslesTigers said...

Tried both methods, nothing but white boxes.

Spent hours eliminating any kind of tag with characters that did not solve problem but I have hundreds of tags and some long tags but I read above and followed instructions, I even tried to make the box bigger to include longer tag lines and that did not work.

Could this be a problem with three column blogs, I tried both sidebars and even main section. Could change colors no problem but cannot get tags to appear.

There has to be an easy fix to this code where you can change the number of tags to start with 40, 50 or more.

I also deleted tags from layout and kept them in before adding code and still nothing.

Finally, I settled for this which worked but not what I wanted which is visible now.

http://www.bloggerplugins.org/2008/06/label-cloud-widget-for-blogger-blogspot.html

Thanks You. Beautiful widget but very disappointed I cannot get it to work.

This is the blog I'm experimenting in:
http://www.newyorkislanderfancentral.com/

Any answers would be appreciated.

1 September 2009 21:28 Jeff said...

Hi Amanda!

Well, I inserted the revised code and it worked. Then I changed its position in my blog sidebar, and now it sometimes works and sometimes not.

Is it possible there are too many tags? Needs re-sizing?

Any help you can offer would be greatly appreciated!

My blog is: http://jakaplan.blogspot.com

13 September 2009 15:42 margaret said...

Can someone help me! When I used the first code I got nothing. When I used the new revised code all I got was a blank while box. NOTHING! I've gone to different websites and it still doesn't work. Is it me?! Can ANY blogger help me please?
my blog is
bookwormbarista.blogspot.com

Is it because I have a 3 column blog?

18 September 2009 00:13 Insomniac Mummy said...

I fixed mine by taking apostrophes out of my tags.

Took me 3 days to figure it out but working now!

Go and edit your tags people.

:)

12 October 2009 22:07 Sandeep Kumar Singh said...

It has worked properly. Thanks a lot. I was searching for one like this for so long.
Here is how it looks like:
www.naughtysms.co.cc

Thanks again.

14 October 2009 03:10
Anonymous said...

Dear Amanda!

It didn't work on my blog (http://verabebe.pixnet.net/blog), the tag only shows as following :

Blogumulus by Roy Tanck and Amanda Fazani

Please Help me, dmx_music@msn.com

Thanks for your attention to this : )

1 November 2009 15:04 الخوجة said...

the same problem amanda an empty frame

9 November 2009 17:05 Lee said...

Hi Amanda,
I've tried both ways to install blogumus but i am still getting an empty box.
http://www.womaninawetsuit.blogspot.com

Would you be able to figure out whats wrong?
Thanks alot!

18 November 2009 13:57 Naked Girl said...

You guys are a-MAZ-ing. My blog would be a blank page with "Please help me, I have fallen" scrawled across it in crayon without your widgets and gadgets and tips. Hats-off to you, BB.

http://socialsmores.blogspot.com/

27 November 2009 14:58 Nathawud said...

It stay lost 1 label on My blog

http://hackublog.blogspot.com/

21 December 2009 02:15
Josep said...

Hi Amanda,

I'd like to say thank you very much for this outstanding work. Thank you and thank Roy Tanck. Both for the excellent coding and your exquisite kindness attending all our feedback and queries.
I'd like to add one line. I've been dealing with the "blank issue". For almost a couple hours. Reading all the posts. And I've figured out what my problem was. Please, ensure you're sit down, and holding no drinks at your hand, bc you could end up both really mad at me. The problem I had, the really big, super-difficult, almost unthinkable problem was: that I had not specified any tags yet. Ouch.
I'm glad I haven't made you waste your obviously very worthy time on me.
Please, if you ever waste another second on the "blank issue" on this wonderful widget, take the time to add a line warning (dumb-people-like-me) to check they already have tags created. I'd prefer they spend your time saying how wonderful your work really is, instead of making you deal with misteries so dark like the one I've had.

Again, thank you very very much, for your excellent piece of code, and specially for your kindness and patience with us.

27 January 2010 09:35 Santafire said...

Hello amanda.

It works well in my blog BUT when i accidentally clicked the quickedit button from my blog page, it shows blank ever since.

Tried reverting to my old XML that i saved before installing blogumus but it kept showing a blank widget.

Tried on my other blog, blogumus worked well. If this blank widget problem has anything to do with quickedit button, i hope it can be fixed.

thanks.
http://sorbet13s.blogspot.com

28 January 2010 16:24 Yosser said...

Hi Amanda

great of you to do this and I've been wanting this on my blog for ages, but can't even get this 'method' to work any advice - doesnt display in tab.

www.airsoftodyssey.blogspot.com

Thanks Yosser

18 February 2010 19:27 annayjorgetango@gmail.com said...

Hi Amanda
Great Job!!
I'm using this Gadget on my blog and works fine, with a litle problem that is fixed in the last verion (1.23) of the flash animation (.swf) Could update the .swf file witch you refer in the code?

Thanks a lot !!!

27 February 2010 09:36 Nimo said...

Hi Amanda,
I have tried both this and the original method and neither seems to work. I have had the widget since last year but it stopped working a few days ago. I have uninstalled and re-installed my flash player but that does not seem to be the problem.Any suggestions? I really appreciate it!
Thanks!

http://nimo-ism.blogspot.com

24 March 2010 00:32 ~Marcia~ said...

Hi Amanda,

I have the same problem as "Santafire".

I wonder if it really does have to do with the "quickedit" button on a blogs main page within Blogger. I also tried re-inserting my original xml code but the problem still exists.

I hope someone can figure this out. I really love this widget. :(

Thanks,
http://makingstopsalongtheweb.blogspot.com/

24 March 2010 21:37 Yosser said...

Hi Amanda,

Still not able to get this working. Can you please help? This is giving me a headache trying to get it working.

Yosser

25 March 2010 06:22 Design*ByProxy said...

Hi Amanda,
I've read most of these posts and I tried the alternative fix but my cloud is still blank. Had been working fine for months until few days ago.
Could you please give me some advice on what to do next?

Thanks so much!

http://designbyproxy.blogspot.com/

25 March 2010 14:34 musangmaya said...

Hi Amanda,

I managed to get mine working wonderfully but recently all it displayed was "Blogumulus by Roy Tanck and Amanda Fazani". And then I read about your predicament on your lost templates. I figured my blogumus may have been affected in the same way.

In your example, there are codes that is pointing to files located at "http://halotemplates.s3.amazonaws.com/wp-cumulus-example". Looks like that hosting is having a problem. Since I have those files with me in my own hosting, I change the code to point them to my hosting. That solved the problem and my blogumus is floating charmingly like before.

25 March 2010 22:42 Susan said...

Hi Amanda,
This alternative installation did not fix the blank cloud.
What else can I do to get tags/labels back?

Thanks,
Susan

http://designbyproxy.blogspot.com/

28 March 2010 12:56 Seño Patri said...

Hello! My Tag cloud disappeared !!!!
:S

Please...what can i do????

20 April 2010 00:04 José Eduardo said...

Amanda:

In the past couple of months the blogumulus widget (the blogger version, installed with the alternative method) isn't displayed neither on my site nor other blogs that I've been following. It's been on my blog for about a year and a half and this is the first time I have problems with it.

It's only me or are there any other users experiencing the same issues?

20 April 2010 16:19 PHANI said...

Hi Amanda, thats a great work!!!!
i wish u make many more useful gadgets
i am not good at programming....the
"swf"-flashfile is not loading in the code "http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf" i think the correction of this file would solve all the blank widget problems of ur followers like me..

i have installed blogumus in my blog
"http://warriorfiles.blogspot.com"
this is an awesome gadget we and our visitors are missing it a lot....i hope u look into this issue as soon as possible as the problem is prolonged for months...

29 April 2010 16:42 PHANI said...

Hi Amanda,is it possible for coloured tags in this widget...i had seen the similar widget in http://www.iplt20.com/photos.php?id=419.... we would love to enjoy this new flavour to ur widget

3 May 2010 08:36 Góbé said...

Hi Amanada,

the widget is working fine, but with just one problem: the labels containing characters like á, é, í, ü, ö, ő, ú, ű (hungarian language) not working when I click on them, so don't appear any post.
You have any fix for this or what can I do for this (I now, labels without these characters, but I don't want this :-))?

Thanks and best regards,
Góbé
http://gobehami.blogspot.com/

7 May 2010 16:52 Dicky said...

Hi amanda Thanks It's Great Nice and looks beatiful you can look at http://www.dicky-kacep.6te.net thanks (^.^)

Post a Comment

Browse through the Archives

All existing posts are still available to view while I'm working on the site, albeit seen in a much simpler interface. Feel free to browse through the archives to find tutorials, templates and articles to help you build a better blog:

Blog Archive

© Blogger Buster 2010 Home | About | Contact | Hire Me