“WordPress Wordle” is a very simple WordPress plugin which allows you to print out tag cloud text suitable for importation into Wordle. If you ever wanted to make a Wordle but didn’t know how to create the text from your WordPress tags then this plugin is for you. All you need to do is place the shortcode onto a post or page and then copy and paste the output into Wordle.
Installation
- Download the WP-Wordle plugin
- Unzip the file and upload to your WordPress plugins folder
- Enable the plugin
- Add the following shortcode to your post or page. You may wish to make it private if you don’t want others seeing the output.
black~swan business caching cdn Collaboration Content~Management customer~underground daas dbpedia ddu ddu2012 drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal Drupal~Uriverse~DBpedia~Solr edgecast facebook gpl hosting location mailchimp mapping mercury mobile mobile mobile mobile mobile modules multisite PayPa performance performance performance performance performance performance performance performance performance performance performance performance performance performance plugin pressflow progressive~enhancement Publishing randomness ratings rdfa rdfa responsive~web~design reviews saas scalability semanticweb semanticweb Social speedyrails Subscription themes themes topicmaps uriverse wikipedia wordle wordpress wordpress wordpress yslow
or add the following PHP to a template:
<?php if ( function_exists ('wordle_tags') ) {
wordle_tags();
} ?> - View the page or post and copy the output.
- Go to Wordle and paste the text in.
Variables
It is possible to customise the output by include term ids to be included and excluded, as well as limiting the number of terms returned. To discover the term id of a tag, go the the admin dashboard, view tags and mouseover the tag you are interested in. You will see the ID in the info bar at the bottom of your browser.
This plugin takes the following variables:
$include
Include only these term IDs – comma separated list. Defaults to an empty string.
$exclude
Exclude these term IDs – comma separated list. If $include is specified then $exclude is ignored. Defaults to an empty string.
$number
The number of tags returned. Defaults to an empty string.
Examples
Templates
simple use:
<?php echo wordle_tags(); ?>
include terms 1 and 2:
<?php echo wordle_tags('1,2'); ?>
exclude terms 3 and 4:
<?php echo wordle_tags('', '3,4'); ?>
limit to top 100 tags:
<?php echo wordle_tags('', '', '100'); ?>
<?php echo wordle_tags('1,2', ', '100'); ?>
<?php echo wordle_tags('', '3,4', '100'); ?>
Shortcodes
simple use:
black~swan business caching cdn Collaboration Content~Management customer~underground daas dbpedia ddu ddu2012 drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal Drupal~Uriverse~DBpedia~Solr edgecast facebook gpl hosting location mailchimp mapping mercury mobile mobile mobile mobile mobile modules multisite PayPa performance performance performance performance performance performance performance performance performance performance performance performance performance performance plugin pressflow progressive~enhancement Publishing randomness ratings rdfa rdfa responsive~web~design reviews saas scalability semanticweb semanticweb Social speedyrails Subscription themes themes topicmaps uriverse wikipedia wordle wordpress wordpress wordpress yslow
include terms 1 and 2:
exclude terms 3 and 4:
black~swan business caching cdn Collaboration Content~Management customer~underground daas dbpedia ddu ddu2012 drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal Drupal~Uriverse~DBpedia~Solr edgecast facebook gpl hosting location mailchimp mapping mercury mobile mobile mobile mobile mobile modules multisite PayPa performance performance performance performance performance performance performance performance performance performance performance performance performance performance plugin pressflow progressive~enhancement Publishing randomness ratings rdfa rdfa responsive~web~design reviews saas scalability semanticweb semanticweb Social speedyrails Subscription themes themes topicmaps uriverse wikipedia wordle yslow
limit to top 100 tags:
black~swan business caching cdn Collaboration Content~Management customer~underground daas dbpedia ddu ddu2012 drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal Drupal~Uriverse~DBpedia~Solr edgecast facebook gpl hosting location mailchimp mapping mercury mobile mobile mobile mobile mobile modules multisite PayPa performance performance performance performance performance performance performance performance performance performance performance performance performance performance plugin pressflow progressive~enhancement Publishing randomness ratings rdfa rdfa responsive~web~design reviews saas scalability semanticweb semanticweb Social speedyrails Subscription themes themes topicmaps uriverse wikipedia wordle wordpress wordpress wordpress yslow
black~swan business caching cdn Collaboration Content~Management customer~underground daas dbpedia ddu ddu2012 drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal drupal Drupal~Uriverse~DBpedia~Solr edgecast facebook gpl hosting location mailchimp mapping mercury mobile mobile mobile mobile mobile modules multisite PayPa performance performance performance performance performance performance performance performance performance performance performance performance performance performance plugin pressflow progressive~enhancement Publishing randomness ratings rdfa rdfa responsive~web~design reviews saas scalability semanticweb semanticweb Social speedyrails Subscription themes themes topicmaps uriverse wikipedia wordle wordpress wordpress wordpress yslow
Version History
- 20090630 0.1 – Initial release


