Easy Alert Shortcode
===
This is a plugin for WordPress that adds shortcodes for easier display alert content in your posts, pages and widgets.

## Project detail
Contributors: satrya  
Donate link: http://satrya.me/donate/  
Plugin URI: http://satrya.me/easy-alert-shortcode-plugin/  
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  

## Installation

#### Manual
* Go to [this page](http://wordpress.org/extend/plugins/easy-alert-shortcode/), then download the plugin.
* Upload the **easy-alert-shortcode** folder to the `/wp-content/plugins/` directory via your FTP.
* Activate the plugin through the dashboard.

#### Installation using "Add New Plugin"
* From your Admin UI (Dashboard), use the menu to select **Plugins -> Add New**.
* Search for **easy alert shortcode**.
* Click the **Install** button.

## Usage
```
[alert] … [/alert]
```

## Arguments
```
style: white, red, yellow, green, grey, blue
```

## Screenshot
![alt text](https://raw.github.com/satrya/easy-alert-shortcode/master/screenshot-1.png "Alert preview")

## 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
```