=== Easy Alert Shortcode === Contributors: satrya Donate link: http://satrya.me/donate/ Tags: shortcode, alert, posts, page, widget Requires at least: 3.6 Tested up to: 3.8.1 Stable tag: 1.3 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. `[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] ` = Project Info: = * Developed by [Satrya](http://satrya.me/) * [Github](https://github.com/satrya/easy-alert-shortcode/). = Donations = I spent most of my free time maintaining and supporting my free themes and plugins. I will really appericiate if you could spare a couple of bucks to help me to pay my web hosting bill. [Donate here](http://satrya.me/donate/) == 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.3 - 3/27/2014 = * Improve color * Add margin between alert = 1.2 - 4/24/2013 = * Just update the readme file = 1.1 - 4/21/2013 = * Minor update = 1.0 - 4/20/2013 = * Initial release