=== CSS3 Buttons === Tags: css3, button, shortcode, posts Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 0.1 Contributors: TuniLame Add coloured CSS3 buttons on your posts using simply a shortcode. == Description == You will be able to configure the color, size, link and link's target of each button and even add a defaut button for many posts. To use it, just take a look on the plugin's configuration page which contains all the informations and settings for the default button. Add the button by using `[button color= size= link= target=]text that will be shown as button's value[/button]` Attributes that can be used: * color: There is 7 different colors: pink, magenta, green, red, orange, blue and yellow * size: There is 4 different sizes: small, medium, large and super * link: The link of the button. Example: Your site's URL http://mysite.com * target: The link's targeted window, can be: blank, new, parent, self or top Exemple: `[button color=blue size=super link=http://twitter.com/tunilame]Follow me![/button]` Simply add `[button]` in you posts when you want to use the defaut settings. == Installation == 1. Upload `css3-buttons` directory to the `/wp-content/plugins/` directory. 2. Activate `CSS3 Buttons` through the 'Plugins' menu in WordPress. 3. Open the plugin settings page Settings -> CSS3 Buttons 4. Configure the defaut CSS3 button. == Screenshots == 1. A preview of some buttons 2. A preview pf the plugin settings page == Changelog == = 0.1 = 18.08.2010 First release.