=== Shortcode Manager === Contributors: logikal16 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JMVGK3L35X6BU Tags: shortcode, shortcodes, shortcode manager, manager, posts, pages, content management Requires at least: 3.6 Tested up to: 3.8.1 Stable tag: trunk Quickly and easily manage shortcodes. CodeMirror is used for code highlighting. == Description == Add javascript, iframes, php, flash, and other code to posts, pages, and widgets with ease. = What are shortcodes? = Think of shortcodes as glorified placeholder text. WordPress strips out scripts, iframes, and other code within the visual editor. To get around this limitation, you'd create a **shortcode**, which looks something like [this]. WordPress will then automatically replace [this] with the content of your choosing. = Why use Shortcode Manager? = The Shortcode Manager plugin provides a clean, simple interface for managing shortcodes. It even includes an import / export feature for painless migration! = Usage = * Add shortcodes within Tools -> Shortcodes. * Use [sb name="My Shortcode"] within your posts or pages. = Please support the plugin = Your ratings and donations really make a difference! == Installation == 1. Upload 'shortbus' to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click on Tools -> Shortcodes to get started == Screenshots == 1. The Shortcode management page == Changelog == = 1.4.0 = * Updated CodeMirror * Added select2 for improved UI * Lots of cleanup * WP 3.8 compatibility fixes = 1.3.0 = * Compatibility fixes * Removed PHP deprecated notices = 1.2.5 = * Cleaned up code * Encapsulated javascript to prevent plugin conflicts * WP 3.5 compatibility = 1.2.2 = * Renamed to Shortcode Manager = 1.2.1 = * Updated CodeMirror * General housekeeping = 1.2.0 = * Updated access level permissions = 1.1.5 = * Added export button = 1.1.4 = * Updated screenshot * Better organized the help text = 1.1.3 = * Added CodeMirror code highlighter = 1.1.2 = * Added lightweight import/export = 1.1.1 = * Added fancy new shortcode selector with built-in search filter * Moved help into the contextual help area = 1.1 = * Allow for hyphens in shortcode name (thx Alan Lewis) * Moved Shortcodes menu under "Tools" * Allow for [sb] tag in addition to [shortbus] * Added usage text to the management page