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 baron le 8 juin 2009 - 14:30

    Works great, thank you

  2. Répondre Citer #3 par akber kabir le 23 juin 2009 - 12:27

    Hi,

    sorry ! yet i am not successful using your plugin.
    i need your help.

    i don`t want to use it in side bar as widgets, i want to use it in a page, how can i do that?

    plz plz plz help

    • Répondre Citer #4 par Lionel Roux le 23 juin 2009 - 14:05

      Hi,

      If colors do not appear it can means you don’t have enough variability in your tags. Is your blog very recent ?
      Try to add several different tags and look if it changes somethings.

  3. Répondre Citer #5 par akber kabir le 23 juin 2009 - 12:56

    Hi, again me,

    i have used « wp_widget_colorful_tag_cloud(array()); » to show tags..
    Tags are showing but in same color and same size,
    i have tried several times updating option but no result.

    what could be the reason?

    • Répondre Citer #6 par Lionel Roux le 23 juin 2009 - 14:16

      Same size means for sure no variability. Colors are linked to sizes. Same size = same color

      • Répondre Citer #7 par akber kabir le 24 juin 2009 - 04:35

        Hiii…i am so happy you guided me in a perfect way…yes my blog is very new in fact under development. yes i got the result already. i would be glad to let you know when i launch it, and you can see the result here,

        http://bdwebs.info/?page_id=24

        GOD bless you….many thanks

  4. Répondre Citer #8 par php trivandrum le 24 juin 2009 - 17:46

    on line no 478 (version downloaded today), just before the title, a single quotes is mising

  5. Répondre Citer #10 par megan le 10 juillet 2009 - 01:50

    Great plugin. Did you ever get around to changing it so you don’t have to enter in a « tag » word? I’d prefer not to enter a &nbsp; either, as I don’t want the extra spacing in there. Thanks!

    • Répondre Citer #11 par Lionel Roux le 10 juillet 2009 - 10:02

      Hello Megan, thank you for your comment. I could include a checkbox t not include title anymore. If I have time thiw week or next week I will release this new feature. see ya.

      • Répondre Citer #12 par megan le 10 juillet 2009 - 17:59

        Actually, after I sent that comment I tried just adding a space in the box instead of a &nbsp; and that did the trick!

        • Citer #13 par megan le 10 juillet 2009 - 18:00

          Instead of a non-breaking space that is. But a checkbox would be a great idea. Thank you!

  6. Répondre Citer #14 par Joe Boston le 21 juillet 2009 - 19:37

    tried it on several WP 2.8 & 2.8.1 sites. It’s not working. However standard WP tag cloud is fine and not changed. Tried all suggestions above and all combinations.

    Any ideas would be much appreciated. Thanks!

    • Répondre Citer #15 par Lionel Roux le 21 juillet 2009 - 19:48

      I used it since WP 2.6.1, with 2.7.x and 2.8.X in between. It’s working fine for me.

      Did you record you settings (each of the 3 buttons, depending on what you changed) ? Did you changed colors using the picker?

      Maybe you have a CCS style sheet overriding settings. If so, try to comment tags colors in it.

      Let me know if you need more support.

(Ne sera pas publié)
  1. Sur Meine must-have Wordpress-Plugins | mindgears.de le 2 décembre 2009 - 22:28

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

  2. Sur TAG CLOUDS for WORDPRESS | BLOG IDEA WORKSHOP le 15 janvier 2010 - 11:08

    [...] WP Colorful Tag Cloud : If you want colorful tags,this plugin can help you. [...]

  3. Sur Полезные плагины для WordPress - часть 2 | В поисках себя... le 2 février 2010 - 05:20

    [...] Домашняя страница плагина | Скачать WP Colorful Tag Cloud [...]