The minimum code required that allows the user configure and add shortcode to the page contents using popup form that is accessible through TinyMCE content editor..
Which will in the shortcodes showing up in the dropdown menu...
Activate the plugin through 'Plugins WordPress.
When you activate the plugin button will be in 'Visual mode of the editor.
Make sure the plugin is active and have look at example php in the root directory...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added sui shortcodes before register.
Added Shortcodes get to return the Shortcode object by tag name or class name.
Added the ability to define field labels by using Shortcode's object property or the 'label key when defining field using Shortcode setSchemaAttribute method.
Added the ability to render the shortcode itself rather than the result of the shortcode, use $shortcode->getShortcode to get the source shortcode. 1.0.3.
Read more