<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged tag-cloud</title>
<link>http://www.question2answer.org/qa/tag/tag-cloud</link>
<description>Powered by Question2Answer</description>
<item>
<title>Problem at tag cloud</title>
<link>http://www.question2answer.org/qa/21300/problem-at-tag-cloud</link>
<description>I have some weird dash &amp;quot;-&amp;quot; on my tag widget. Anyone has any idea? Only appeared after some CSS edits. ( &lt;A HREF=&quot;http://limoniyidir.com&quot; rel=&quot;nofollow&quot;&gt;http://limoniyidir.com&lt;/A&gt; )</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/21300/problem-at-tag-cloud</guid>
<pubDate>Sat, 09 Feb 2013 05:00:38 +0000</pubDate>
</item>
<item>
<title>How would I embed a tag cloud on an external website?</title>
<link>http://www.question2answer.org/qa/19081/how-would-i-embed-a-tag-cloud-on-an-external-website</link>
<description>I'm using the logrithmic tag cloud plugin... I understand it's probably easy if I knew a lot about PHP, but I don't, so step-by-step would be more helpful. I could create a PHP file but would need guidance.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/19081/how-would-i-embed-a-tag-cloud-on-an-external-website</guid>
<pubDate>Sat, 10 Nov 2012 16:38:53 +0000</pubDate>
</item>
<item>
<title>Log tag widget is not appearing</title>
<link>http://www.question2answer.org/qa/18109/log-tag-widget-is-not-appearing</link>
<description>In my test system, I have very few posts but several tags.&lt;br /&gt;
&lt;br /&gt;
The built in linear tag cloud worked just fine. But when I added the log tag cloud, it doesn't appear.&lt;br /&gt;
&lt;br /&gt;
I had them both installed at one point. I had hoped they were colliding somehow. But after removing the linear cloud, not tag cloud at all.&lt;br /&gt;
&lt;br /&gt;
The log file does not show any errors.&lt;br /&gt;
&lt;br /&gt;
I've kept the default values for the plugin.&lt;br /&gt;
&lt;br /&gt;
I have a total of 8 popular tags, 5 tags used 2 times and 3 tags used once.&lt;br /&gt;
&lt;br /&gt;
What might I be overlooking?</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/18109/log-tag-widget-is-not-appearing</guid>
<pubDate>Tue, 02 Oct 2012 17:09:22 +0000</pubDate>
</item>
<item>
<title>How do I make the Category filter affect the tag cloud?</title>
<link>http://www.question2answer.org/qa/14876/how-do-i-make-the-category-filter-affect-the-tag-cloud</link>
<description>Is there any way that selecting a category filter can also filter the tag cloud, not just the questions shown?&lt;br /&gt;
&lt;br /&gt;
Its a bit strange to be looking at only one category but have tag's shown in the tag cloud that are for questions not shown in the filtered list.</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/14876/how-do-i-make-the-category-filter-affect-the-tag-cloud</guid>
<pubDate>Thu, 10 May 2012 19:11:11 +0000</pubDate>
</item>
<item>
<title>Tag Cloud only showing 5 words</title>
<link>http://www.question2answer.org/qa/11392/tag-cloud-only-showing-5-words</link>
<description>Where is the setting that allows more than 5 words in the tag cloud? I swear it was there earlier, but now I cant find it..</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/11392/tag-cloud-only-showing-5-words</guid>
<pubDate>Fri, 23 Dec 2011 16:46:12 +0000</pubDate>
</item>
<item>
<title>Can one merge Q2A tag cloud with wordpress site tag cloud</title>
<link>http://www.question2answer.org/qa/9970/can-one-merge-q2a-tag-cloud-with-wordpress-site-tag-cloud</link>
<description>Is there a way where I can push my tag data of Q2A website to my wordpress section (both on same domain)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/9970/can-one-merge-q2a-tag-cloud-with-wordpress-site-tag-cloud</guid>
<pubDate>Mon, 24 Oct 2011 07:09:45 +0000</pubDate>
</item>
<item>
<title>Tag cloud broken</title>
<link>http://www.question2answer.org/qa/9625/tag-cloud-broken</link>
<description>Since updating to 1.4.3 my tag cloud is only showing the same amount of tags that are allowed to be added for each question when the plugin is set to display 100!&lt;br /&gt;
&lt;br /&gt;
Any ideas how to fix this?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/9625/tag-cloud-broken</guid>
<pubDate>Thu, 06 Oct 2011 01:04:43 +0000</pubDate>
</item>
<item>
<title>Logarithmic Tag Cloud Plugin, Anyone?</title>
<link>http://www.question2answer.org/qa/8116/logarithmic-tag-cloud-plugin-anyone</link>
<description>

&lt;p&gt;
	Not to flood the board with these threads, but surely this is useful.&amp;nbsp; Tag clouds should be sized logarithmically.&amp;nbsp; They should not be sized linearly.&amp;nbsp; To quote the blogger whose code I stole:&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		The reason why this is a poor choice to create a tag cloud is that tag frequency tends to not to be evenly distributed. Instead a few tags will usually have a very high frequency of use, and then it drops off rapidly. A tag cloud created using a tag frequency directly to determine font size will have a few tags that are very large, many tags that are very small, and almost nothing in between.&lt;/p&gt;
	

&lt;p&gt;
		&lt;a href=&quot;http://rhodopsin.blogspot.com/2008/05/php-tag-cloud.html&quot; rel=&quot;nofollow&quot;&gt;http://rhodopsin.blogspot.com/2008/05/php-tag-cloud.html&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	The difference can be seen between the latest addition to my q2a site (yes, a logarithmic tag cloud plugin) and the original (linear) q2a tag cloud plugin:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=11066171387431656111&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	The top cloud is linear, the bottom is logarithmic.&amp;nbsp; The bottom also is specifying a minimum font size, which helps keep the text readable.&amp;nbsp; This is what this new plugin does.&amp;nbsp; Oh, and it also allows you to sort the tags alphabetically (on by default):&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13025377414708294763&quot; style=&quot;width: 191px; height: 170px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	Well, you get the idea.&amp;nbsp; With lots of tags, the lower cloud looks a lot nicer, imo.&lt;/p&gt;


&lt;p&gt;
	Source is here:&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;https://github.com/NoahY/q2a-log-tags&quot; rel=&quot;nofollow&quot;&gt;https://github.com/NoahY/q2a-log-tags&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	EDIT: And here's the new admin interface:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=11854888420436517624&quot;&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/8116/logarithmic-tag-cloud-plugin-anyone</guid>
<pubDate>Wed, 10 Aug 2011 11:25:26 +0000</pubDate>
</item>
<item>
<title>Tag cloud caching?</title>
<link>http://www.question2answer.org/qa/7707/tag-cloud-caching</link>
<description>Tag cloud now generates without any caching, and that's decrease speed of website. Do you have any example how to make tag cloud plugin output cachable?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Thank you!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/7707/tag-cloud-caching</guid>
<pubDate>Mon, 18 Jul 2011 20:09:32 +0000</pubDate>
</item>
<item>
<title>Additional request of tag cloud plug-in</title>
<link>http://www.question2answer.org/qa/7619/additional-request-of-tag-cloud-plug-in</link>
<description>Tag with a little use frequency might not be displayed.&lt;br /&gt;
I want to be able to specify the numeric below for a plug-in parameter.&lt;br /&gt;
&lt;br /&gt;
qa-plugin/tag-cloud-widget/qa-tag-cloud.php (L141)&lt;br /&gt;
&lt;br /&gt;
if (($size&amp;gt;=5) || !$scale) &amp;lt;&amp;lt;&amp;lt; &amp;quot;5&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Best regards.&lt;br /&gt;
sama55</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/7619/additional-request-of-tag-cloud-plug-in</guid>
<pubDate>Thu, 14 Jul 2011 23:53:12 +0000</pubDate>
</item>
<item>
<title>How do I get the plugins to work?</title>
<link>http://www.question2answer.org/qa/7578/how-do-i-get-the-plugins-to-work</link>
<description>when I try to add a plugin to my sidebar such as an adsense unit or a tag cloud, it does not show up.&lt;br /&gt;
&lt;br /&gt;
&lt;A HREF=&quot;http://www.answersaid.com&quot; rel=&quot;nofollow&quot;&gt;http://www.answersaid.com&lt;/A&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/7578/how-do-i-get-the-plugins-to-work</guid>
<pubDate>Tue, 12 Jul 2011 20:02:57 +0000</pubDate>
</item>
<item>
<title>Quick suggestion for tag cloud...</title>
<link>http://www.question2answer.org/qa/5817/quick-suggestion-for-tag-cloud</link>
<description>Tag clouds tend to be listed in alphabetical order. This way you can find a specific tag by scanning the list, but can also see the most popular tags by the text size.&lt;br /&gt;
&lt;br /&gt;
On that note, you ought to make a minimum text size for the tag cloud larger, around 8px I'd say. The smaller tags are unreadable and barely clickable at such a small size.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/5817/quick-suggestion-for-tag-cloud</guid>
<pubDate>Mon, 11 Apr 2011 13:22:59 +0000</pubDate>
</item>
</channel>
</rss>