=== WP BBCode === Contributors: Arefly Donate link:http://www.arefly.com/about/ Tags: bbcode Requires at least: 2.5 Tested up to: 3.7.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Use BBCode in posts or comments. == Description == Use [BBCode](http://en.wikipedia.org/wiki/BBCode) in posts or comments. Examples: `Bold: [b]bold[/b] Italics: [i]italics[/i] Underline: [u]underline[/u] Delete: [del]delete[/del] Code: [code]some code...[/code] Font Color: [color="red"]These words are red![/color] URL: [url]http://wordpress.org/[/url] [url="http://wordpress.org/"]WordPress[/url] Image: [img]http://s.wordpress.org/style/images/codeispoetry.png[/img] [img="CODE IS POETRY"]http://s.wordpress.org/style/images/codeispoetry.png[/img] URL: [email="info@google.com"]Send Mail To Google[/email] [email]info@google.com[/email] Quote: [quote]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.[/quote] Bold Italics: [b][i]Test text[/i][/b]` == Installation == ###Updgrading From A Previous Version### To upgrade from a previous version of this plugin, delete the entire folder and files from the previous version of the plugin and then follow the installation instructions below. ###Installing The Plugin### Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. This should result in the following file structure: `- wp-content - plugins - bbcode | readme.txt | bbcode.php` Then just visit your admin area and activate the plugin. **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins) == Frequently Asked Questions == = I love this plugin! Can I donate to you? = YES! I do this in my free time and I appreciate all donations that I get. It makes me want to continue to update this plugin. You can find more details on [my donate page](http://www.arefly.com/about/). == Changelog == **Version 1.3.0** * Add short code `email`. **Version 1.2.0** * Add short code `color`. **Version 1.1.0** * Add short code for `del` and `code`. **Version 1.0.0** * Initial release. == Upgrade Notice == **Version 1.3.0** * Add short code `email`. * Add short code `color`. * Add short code for `del` `code`.