=== WP Word Cloud === Contributors: BrechtVds Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.5.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add a nice looking word cloud on any page or post using shortcodes and words you define yourself. == Description == Add a nice looking word cloud on any page or post using shortcodes and words you define yourself. =Usage= Basic word cloud: [wp-word-cloud] [text="HTML"] [text="CSS"] [text="jQuery"] [/wp-word-cloud] Advanced word cloud: [wp-word-cloud color="44DF00"] [text="HTML" weight="4"] [text="CSS" weight="2"] [text="jQuery" weight="1" link="http://www.jquery.com"] [/wp-word-cloud] == Installation == Installing this plugin is really easy: 1. Upload the `wp-word-cloud` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use the [wp-word-cloud] shortcode in any page or post you want a word cloud =Usage= Basic word cloud: [wp-word-cloud] [text="HTML"] [text="CSS"] [text="jQuery"] [/wp-word-cloud] Advanced word cloud: [wp-word-cloud color="44DF00"] [text="HTML" weight="4"] [text="CSS" weight="2"] [text="jQuery" weight="1" link="http://www.jquery.com"] [/wp-word-cloud] == Frequently Asked Questions == = When is the FAQ coming? = Soon. == Screenshots == Coming soon! == Changelog == = 0.1 = * Our first version!