=== Easy Alert Shortcode === Contributors: satrya Donate link: http://satrya.me/donate/ Tags: shortcode, alert, posts, page, widget Requires at least: 3.4 Tested up to: 3.5.1 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easily display alert in your posts, pages and widgets with [alert] shortcode. == Description == With this plugin you can easily create alert content in your posts, pages or even the widgets. [More info](http://satrya.me/easy-alert-shortcode-plugin/) [alert] shortcode arguments: `[alert style=""] ... [/alert]` * Style: This is the color of the alert. You have 6 color, `white`, `red`, `yellow`, `green`, `grey` and `blue` ` Example: [alert style="white"] ... [/alert] [alert style="red"] ... [/alert] [alert style="yellow"] ... [/alert] [alert style="green"] ... [/alert] [alert style="grey"] ... [/alert] [alert style="blue"] ... [/alert] ` = Support = * Go to [support forum](http://wordpress.org/support/plugin/easy-alert-shortcode) * [Open issue on github](https://github.com/satrya/easy-alert-shortcode/issues). = Project Info: = * Developed by [Satrya](http://satrya.me/) == Installation == 1. Upload the 'easy-alert-shortcode' folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Display the shortcode with `[alert]` == Screenshots == 1. Example alert shortcode. 2. The view in the text editor. == Changelog == = 1.2 - 4/24/2013 = * Just update the readme file = 1.1 - 4/21/2013 = * Minor update = 1.0 - 4/20/2013 = * Initial release