=== Stock Tools === Contributors: developdaly Tags: shortcode, stocks, ticker, graph, google finance, yahoo finance Requires at least: 3.5 Tested up to: 3.5.1 Stable tag: 1.1 A WordPress plugin with a set of tools for displaying stock information. == Description == Stock Tools is a simple plugin that provides the means to display stock information. `[stock-tools exchange="NASDAQ" symbol="GOOG" image_height="180" image_width="300"]` * `exchange` the exchange market the company is a member of * `symbol` the company's stock symbol (ex. GOOG) * `image_height` height of the chart image (default: 180) * `image_width` width of the chart image ( default: 300) == Installation == 1. Upload the `stock-tools` folder to your `/wp-content/plugins/` directory. 2. Activate the "Stock Tools" plugin in your WordPress administration interface. 3. Insert the `[stock-tools]` shortcode into your post content. == Screenshots == 1. Output of the shortcode == Changelog == === 1.1 === * Changed shortcode to use a hyphen instead of an underscore since all the documentation was using a hyphen. * Added a screenshot to documentation. === 1.0 === * Initial version