Websourcing.fr

Websourcing.fr » ActualitĂ©s, Web, Logiciels et Fun

WP Colorful Tag Cloud Plugin for Wordpress – Reference Page

2.0.1 issue : if all your tags appear in the same color and the same size, please put the value 1.0 in the « power » attribute field and update by submiting the « Update Sizes » button. Sorry for the inconvenience. New user are not affected.

What is WP Colorful Tag Cloud?
WP Colorful Tag Cloud is a Wordpress plugin that is designed to render a colorful tag cloud as showed hereafter:

wp_coloful_tag_cloud_example

Is it customizable?
Yes, fully! You can use the provided administration interface to change several parameters:

  • Tag Cloud title
  • Smallest tag size (the minimal size to display in the cloud)
  • Largest tag size (the maximal size to display in the cloud)
  • Color of each tag size
  • and many other things…

How to customize the tag cloud?
To do so, the options page is user friendly.

colorful-tag-cloud-plugin-options-wordpress-v110

You can use a color picker to choose your colors. Otherwise you can enter hexadecimal color code by hand.

wp_colorful_tag_cloud_admin_page_color_picker

Notice: you must first choose your tag sizes and don’t forget to update them using the « Update Sizes » button. Otherwise, the color pickers won’t be displayed.

How to install WP Colorful Tag Cloud?

  • Unzip the archive into your hard drive.
  • Upload the folder to your wp-content/plugins folder on your web host.
  • Login to your dashboard and activate the plugin via activate option.
  • The menu item is under Settings>Colorful tag Cloud.

How can I embed it in PHP, outside a widgetized sidebar?
Use the following PHP tag:

<?php wp_widget_colorful_tag_cloud(array());?>

This PHP tag will use the values you set in the administration UI. If you want to override values (including only some of them), just use the array parameters.

<?php wp_widget_colorful_tag_cloud(array('number' => 100));?> will display 100 tags in the cloud, even if you set 45 in the admin UI.

This allows you to have different clouds at several places (take a glance at my homepage for an example).

How can I embed it in a post?
Simply use the provided shortcode ‘wp-ctc’ within brackets

Well, but it’s not exactly what I expect. What else?
If you expect another « related » feature, do not hesitate to ask for. Simply post a comment and I’ll try to add it.

Troubleshooting
If the cloud does not show on the page or if colors are not displayed, please ensure you have submited both sizes and colors, using the dedicated buttons. There are 3 different submit buttons for the 3 settings sections (sse the admin UI screenshot above).

If your tag cloud shows too few colors, it’s because your tag variability is not large enough. Variability comes with time and posts. Don’t hesitate to add several tags to your post and to vary them.

Do you like the plugin? Please donate
This plugin is completely free, but if you find it useful, consider donating a couple of bucks to send me off to the pub for a few pints tonight.

It’s appreciated, and encourages me to write some more plugins, when I get up in the morning. Click on the button to donate.

Download the plugin

Current stable version: 2.0.1

Tested up to Wordpress 2.9.1

Download WP Coloful tag Cloud Plugin for Wordpress

Change log

  • 2010 02 15 – V2.0.1:
    - Require WP 2.8+
    - Move to the new WP_Widget framework
    - Now you can use multiple instances of the cloud, in the same sidebar or in different sidebars. All instances share the same settings.
    - fix the random order clause.
    - improve performances.
    - add tag size magnification feature, to highlight some tags, using power formula (thanks to Jerry Seeger fof the idea).
  • 2009 09 23 – V1.2.1:
    - Fix a quote issue in links tags. HTML code is now valid.
    - Add a direct link to options/settings page in plugins management page (available from 2.8.0 version).
  • 2009 08 14 – V1.2.0:
    - Compliant up to WP 2.8.4 (and probably more).
    - Add a checkbox to remove entirely the title (megan suggestion).
    - Add post count near each tag (Dukessa suggestion).
    - Add a shortcode ‘wp-ctc’ to display a dynamic tag cloud in a post (Dukessa suggestion).
  • 2009 08 14 – V1.1.4:
    Technical version, ignore it.
  • 2009 06 08 – V1.1.3:
    - No more reference to wp-content to comply with WP 2.8.
    - Add a new function (wp_colorful_tag_cloud_string) to retrieve the tag cloud as a HTML string. This can be useful to include the cloud into a file for instance.
    - Useless constants cleanup.
  • 2009 05 19 – V1.1.2:
    - Code cleaning (once again)
    - Fix cloud title when using PHP tag.
    - More values set up by default.
    - Colors values are now set up by default when enlarging tag sizes.
  • 2009 05 17 – V1.1.1:
    - Code cleaning
    - Fix default cloud title (not displayed when not set).
    - Default values in admin UI are now set up (default colors, default sizes…).
  • 2009 04 29 – V1.1.0:
    - Add several options (unit, order, orderby, format, number of tags…).
    - Rename directory with – instead of _ to comply with wordpress naming rules.
    - Add a warning message when updating sizes.
  • 2009 04 28 – V1.0.2:
    - Fix a javascript path issue preventing from displaying the color picker in some cases.
  • 2009 04 26 – V1.0.1:
    - Fix an image path issue preventing from displaying the color picker.

Cet article vous a plu ?

Commenter Laissez un commentaire | Recevez les mises à jour Souscrivez au flux RSS | Partager : Twitter AddInto Fuzz del.icio.us Wikio FR Blogonet
Websourcing.fr - Tous droits réservés. Reproduction interdite sans accord préalable.
  1. Répondre Citer #1 par Allan le 15 mai 2009 - 09:46

    Working for me now. Will be fine-tuning it over a while as I flesh out the rest of the blog.

  2. Répondre Citer #2 par orangedog le 17 mai 2009 - 05:13

    Lionel Roux :
    Hello orangedog, thanks for using it.
    ‘default_topic_count_text’ is a text value for the variable $topic_count_text_callback. This is part of the standard regular tag cloud, on wich I based this plugin. This is really a strange behaviour.
    Which version of Wordpress do you use ?

    I upgraded to 2.7 – plug in still doesn’t work but it no longer gives me an error message – it is just an empty widget box on the website. The plug-in settings page works fine.

    • Répondre Citer #3 par Lionel Roux le 17 mai 2009 - 14:42

      Hello,
      I did a brand new install of a new blog (WP 2.7.1) on my website. I then installed the plugin, chose options, validated them and added new tags to posts.

      It displays in the expected way.

      Did you add the ctc widget into the sidebar using the « Widget » menu? Otherwise it will not display at all, except if you use the code (< ?php wp_widget_colorful_tag_cloud(array());?>).

      If you want I can install it on your own blog. I just need a five min admin access. Contact me by email if you want to.

  3. Répondre Citer #4 par NaDs le 18 mai 2009 - 10:44

    Hi,

    It worked for me , i don’t know how , but i installed the latest one and VOILA !!!!! :)

    I just need to remove the « TAG » word from it : http://www.adobetipsntricks.com/ how can i do that ?

  4. Répondre Citer #5 par NaDs le 18 mai 2009 - 12:17

    How can i put more than 45 tags, i need to make it 100

    • Répondre Citer #6 par Lionel Roux le 18 mai 2009 - 13:34

      Hello NaDs. Just put the value you want in the « Number of tags to display » field. The « max value » is my mistake, a bad term.

      If you want to use it using the PHP tag do like the following:

      <?php wp_widget_colorful_tag_cloud(array(‘title’ => ‘&nbsp;’, ‘number’=> 32));?>

      This is the exact code I use on my home page,so that I have different number of tags in the sidebar and on the home page. If you don’t want to overide values, just use the admin UI.

      Note that ‘title’ => ‘&nbsp;’ allow me to not display any title, including the default one which is « Tags ».

  5. Répondre Citer #7 par NaDs le 18 mai 2009 - 13:46

    Now working perfectly but still didn’t get rid of the « tag » word :(

    HELP!!!!!! :)

    • Répondre Citer #8 par Lionel Roux le 18 mai 2009 - 13:50

      Yes!! I just did a fix for that. I’m going to release it. Do you want I send it to you by email rigth now or do you prefer to wait for Wordpress site upgrade?

      let me know

    • Répondre Citer #9 par Lionel Roux le 18 mai 2009 - 14:05

      Alternatively, for the time being, you can set &nbsp; in the title field on the admin UI.

  6. Répondre Citer #10 par Best Blogger Template le 25 mai 2009 - 12:07

    I have try this plugin, nice plugin..I have nice blog

(Ne sera pas publié)
  1. Sur [Wordpress] Rendez vos plugins plus conviviaux - Websourcing.fr le 20 septembre 2009 - 22:27

    [...] j’ai créé le plugin pour Wordpress WP Colorful Tag Cloud, j’ai d’abord cherchĂ© Ă  crĂ©er le nuage de tags colorĂ©s. Celui-ci se basait [...]

  2. Sur ImageChef, générez des nuages de tags originaux - Websourcing.fr le 22 octobre 2009 - 19:01

    [...] vous utilisez la plateforme de blog Wordpress, essayer le plugin WP-Colorful-TagCloud qui vous permettra de créer des tagclouds colorés comme le [...]

  3. Sur GilGraf.fr – Le Blog » Extensions (plugins) installĂ©es sur ce Blog le 27 octobre 2009 - 10:58

    [...] WP Colorful Tag Cloud Un nuage de tags facilement personnalisable Ă  l’aide de l’administration fournie. Site Web [...]

  4. Sur Top 1000 WordPress Plugin Authors « Metode de promovare le 6 novembre 2009 - 20:17

    [...] WP Colorful Tag Cloud [...]

  5. Sur [Wordpress] WP Colorful Tag Cloud est dans le top 1000 des plugins - Websourcing.fr le 7 novembre 2009 - 08:04

    [...] ceux-ci, on trouve WP Colorful Tag Cloud, qui permet d’afficher un nuage de tags [...]

  6. Sur [WordPress] Aimez-vous mon nuage de Tags coloré ? - Websourcing.fr le 23 novembre 2009 - 13:45

    [...] Update: le plugin est disponilbe en version finale et grandement amĂ©liorĂ©e : plus d’info sur la page de rĂ©ference de Colorful Tag Cloud [...]