=== Shortcode Developer === Contributors: Elliot Condon Tags: shortcode, short, code, developer, php, edit, snippet Requires at least: 3.0 Tested up to: 3.4.1 Stable tag: 3.3 Creating shortcodes has never been this easy! This plugin gives you full PHP control whilst taking care of the hard work in the background. == Description == The Shortcode Developer plugin provides a user friendly interface for creating custom shortcodes. Each shortcode consists of a name, a list of attributes (with names and default values) and the PHP code executed to return the html back to the shortcode placeholder. Editing the PHP code is powered by the great browser editor "CodeMirror"! A nice advantage of using this plugin over writing the shortcodes into the functions.php is that the shortcodes are not dependent on the theme. Also, this makes for a faster turn around for quick updates on live websites! = Tested on = * Mac Firefox :) * Mac Safari :) * Mac Chrome :) * PC Firefox Not yet * PC ie7 Not yet = Please Vote and Enjoy = Your votes really make a difference! Thanks. == Installation == 1. Upload 'shortcode-developer' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click on Settings -> Shortcode Developer to get started! == Frequently Asked Questions == = Q. I see an error on my website such as "Parse error: syntax error, unexpected T_RETURN in .../shortcode-developer.php(127) : runtime-created function on line 1" = A. There is a syntax error with one of your shortcodes PHP function. == Screenshots == 1. List of created shortcodes 2. Shortcode add / edit interface == Changelog == = 1.0.0 = * Original Commit