=== Easy Alert Shortcode === Contributors: satrya Tags: shortcode, alert, posts, page, widget Requires at least: 3.4 Tested up to: 3.5.1 Stable tag: 1.0 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 in your posts, pages or even the widgets. = [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="blue"] ... [/alert] [alert style="red"] ... [/alert] [alert style="yellow"] ... [/alert] ` = Support = * [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.0 - 4/20/2013 = * Initial release