[COLOR=“Red”][SIZE=“5”]UPDATE[/SIZE][/COLOR]
The newest version supports more than bbcode but also shortcode type implementation so def just mess around with the type of tags you can create.
[COLOR=“DarkOrange”][SIZE=“5”]DO NOT READ BELOW ITS OUT OF DATE[/SIZE][/COLOR]
Why: This can cut down on really long links or if you want to add some sort of flash tag for the wysiwyg editor. I’m gonna clean up the source next week and try to comment some of it. One nice use is for [youtube=] or [swf=] along side the swfobject().
** Download:** bbcode.zip [COLOR=“DarkRed”][/COLOR] (wp-content/plugins/bbcode/bbcode.php for example).
Note: Now I don’t know if you will need to set write permissions to the file “bbcode.xml” I didn’t have to on my server (1and1.com), but you may have to.
Example:
Tag (Input):
[noparse][link=<1>]<2>[/link][/noparse]
HTML (Output):
[noparse]<a href="[1]">[2]<a>[/noparse]