<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ImageCloud plugin</title>
	<atom:link href="http://joost.reuzel.nl/2009/imagecloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://joost.reuzel.nl/2009/imagecloud/</link>
	<description>Just some thoughts</description>
	<lastBuildDate>Sun, 25 Jul 2010 04:33:11 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Garry Porterfield</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16872</link>
		<dc:creator>Garry Porterfield</dc:creator>
		<pubDate>Mon, 10 May 2010 07:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16872</guid>
		<description>Newbie does not understand how to get tag cloud to work. I perhaps do not understand the statement:

&quot;To use the image-style tag-clouds set the format parameter of wp_tag_cloud  to image. &quot;

???

Thanks</description>
		<content:encoded><![CDATA[<p>Newbie does not understand how to get tag cloud to work. I perhaps do not understand the statement:</p>
<p>&#8220;To use the image-style tag-clouds set the format parameter of wp_tag_cloud  to image. &#8221;</p>
<p>???</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16871</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Sat, 08 May 2010 13:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16871</guid>
		<description>Hi Paul,

Try to add something like this to your sidebar widget:  
&lt;code&gt;
    wp_tag_cloud(&#039;format=image&amp;maxwidth=100px&#039;);
&lt;/code&gt; 

This example does two things: it changes the format of the tag cloud to images, such that the imagecloud plugin is actually used. Second, it sets the maximum width of the cloud to 100px, something that may be important if you use it in sidebars. The &#039;maxwidth&#039; option is something I forgot to document, so you didn&#039;t miss something if you didn&#039;t see this option before. Note that words are too wide to fit in the maxwidth provided are silently ignored (I know, not the most elegant way of resolving this...)

Hopefully this helps...
Joost</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Try to add something like this to your sidebar widget:<br />
<code><br />
    wp_tag_cloud('format=image&#038;maxwidth=100px');<br />
</code> </p>
<p>This example does two things: it changes the format of the tag cloud to images, such that the imagecloud plugin is actually used. Second, it sets the maximum width of the cloud to 100px, something that may be important if you use it in sidebars. The &#8216;maxwidth&#8217; option is something I forgot to document, so you didn&#8217;t miss something if you didn&#8217;t see this option before. Note that words are too wide to fit in the maxwidth provided are silently ignored (I know, not the most elegant way of resolving this&#8230;)</p>
<p>Hopefully this helps&#8230;<br />
Joost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16867</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 07 May 2010 06:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16867</guid>
		<description>Very cool! This works for me in a Page &amp; Post, but I need help with my sidebar.

First, I tried it in a page &amp; a post to see if the plugin would even work, and it did. Then I tried to &quot;adapt my theme to use the image format as argument to wp_tag_cloud&quot;, but I don&#039;t know what that meant (I tried &lt;?php&#039;ing all kinds of &#039;image&#039; words in my theme sidebar). So please tell me what code I need to paste into my sidebar.

My sidebar is very narrow, so maybe I did get the code right in my trial-and-error attemots, but it was just too narrow to dsiplay the images properly.

My site is private so I can&#039;t show you an example or provide an url. However, I can enail you text or images. thanks in advance.</description>
		<content:encoded><![CDATA[<p>Very cool! This works for me in a Page &amp; Post, but I need help with my sidebar.</p>
<p>First, I tried it in a page &amp; a post to see if the plugin would even work, and it did. Then I tried to &#8220;adapt my theme to use the image format as argument to wp_tag_cloud&#8221;, but I don&#8217;t know what that meant (I tried &lt;?php&#039;ing all kinds of &#039;image&#039; words in my theme sidebar). So please tell me what code I need to paste into my sidebar.</p>
<p>My sidebar is very narrow, so maybe I did get the code right in my trial-and-error attemots, but it was just too narrow to dsiplay the images properly.</p>
<p>My site is private so I can&#039;t show you an example or provide an url. However, I can enail you text or images. thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16500</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16500</guid>
		<description>Hi,

By default Wordpress will only show the first 45 tags in a wordcloud (see &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_tag_cloud&quot; rel=&quot;nofollow&quot;&gt;wp_tag_cloud documentation on WP codex&lt;/a&gt;) . This plugin does nothing else. The number parameter can be used to change that amount of tags displayed. To have it display all your clouds add the number=0 setting to your cloud.

Hope this helps,
Joost</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>By default Wordpress will only show the first 45 tags in a wordcloud (see <a href="http://codex.wordpress.org/Template_Tags/wp_tag_cloud" rel="nofollow">wp_tag_cloud documentation on WP codex</a>) . This plugin does nothing else. The number parameter can be used to change that amount of tags displayed. To have it display all your clouds add the number=0 setting to your cloud.</p>
<p>Hope this helps,<br />
Joost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Tempest Bradford</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16498</link>
		<dc:creator>K Tempest Bradford</dc:creator>
		<pubDate>Tue, 08 Dec 2009 06:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16498</guid>
		<description>great plugin! however, I notice it&#039;s not showing all of my tags. Is there a minimum # of posts or a max # of tags it will display? Any way to change that or have a setting for All?</description>
		<content:encoded><![CDATA[<p>great plugin! however, I notice it&#8217;s not showing all of my tags. Is there a minimum # of posts or a max # of tags it will display? Any way to change that or have a setting for All?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trusktr</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16477</link>
		<dc:creator>trusktr</dc:creator>
		<pubDate>Tue, 17 Nov 2009 09:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16477</guid>
		<description>Freackin awesome.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Freackin awesome.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16463</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Wed, 04 Nov 2009 07:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16463</guid>
		<description>Varun,

Sorry, but the cloud currently supports two color gradients only. I&#039;ll put it on the wishlist for a next release...

Regards,
Joost</description>
		<content:encoded><![CDATA[<p>Varun,</p>
<p>Sorry, but the cloud currently supports two color gradients only. I&#8217;ll put it on the wishlist for a next release&#8230;</p>
<p>Regards,<br />
Joost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16461</link>
		<dc:creator>varun</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16461</guid>
		<description>Hi joost,

Thanks for the plugin , its great.
I wanted to know whether we can use more than two colors for the font , in the tag cloud.</description>
		<content:encoded><![CDATA[<p>Hi joost,</p>
<p>Thanks for the plugin , its great.<br />
I wanted to know whether we can use more than two colors for the font , in the tag cloud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16414</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Sun, 18 Oct 2009 12:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16414</guid>
		<description>Hi epunk,

Thanks for the feedback. I made a fix and posted it to WordPress (version 1.2). If you upgrade your plugin. It should be working fine.

If you care about the details: I noticed that the spaces where encoded as + signs, and not as %20 in the URLs. This made that image was correctly generated, but the url was wrongly decoded to &quot;star+wars_&lt;hash&gt;.gif&quot; instead of &quot;star wars_&lt;hash&gt;.gif&quot;</description>
		<content:encoded><![CDATA[<p>Hi epunk,</p>
<p>Thanks for the feedback. I made a fix and posted it to WordPress (version 1.2). If you upgrade your plugin. It should be working fine.</p>
<p>If you care about the details: I noticed that the spaces where encoded as + signs, and not as %20 in the URLs. This made that image was correctly generated, but the url was wrongly decoded to &#8220;star+wars_<hash>.gif&#8221; instead of &#8220;star wars_</hash><hash>.gif&#8221;</hash></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epunk</title>
		<link>http://joost.reuzel.nl/2009/imagecloud/comment-page-1/#comment-16412</link>
		<dc:creator>epunk</dc:creator>
		<pubDate>Sat, 17 Oct 2009 19:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://joost.reuzel.nl/?p=114#comment-16412</guid>
		<description>Sorry for multi comments, but the plugin not works with 2 words tags like &quot;star wars&quot; or &quot;kill bill&quot; .


sorry for my english... 

you can have an example on my blog

not working with tags &quot;star wars, black hattitude, suicide girls, storm troopers&quot;

thx for your fantastic job!</description>
		<content:encoded><![CDATA[<p>Sorry for multi comments, but the plugin not works with 2 words tags like &#8220;star wars&#8221; or &#8220;kill bill&#8221; .</p>
<p>sorry for my english&#8230; </p>
<p>you can have an example on my blog</p>
<p>not working with tags &#8220;star wars, black hattitude, suicide girls, storm troopers&#8221;</p>
<p>thx for your fantastic job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
