Description
One of the fancy things within WordPress-plugins, is the availability of shortcodes.
These codes will provide access to plugin-specific things, like displaying a gallery, or a Google-Map.
The downside about this, is that there’s no generic overview of all available shortcodes within your environment.
This plugin will provide a list of all available shortcodes, right where the action is. When you’re editing your content. And it won’t skip the details: it’ll show you what its origin is.
Most of all, if it’s available in the sourcecode, the documentation will be shown.
The plugin is largely based on PHP’s Reflection functionality, and therefore only available from PHP version 5.0.0.
Screenshots
Installation
To install Shortcode Reference:
- Download & unzip the ‘shortcode-reference.zip’ into the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- You’ll have an extra meta-box when editing posts, pages and links, providing realtime information about your available shortcodes and how to use them – if the code they use is documented properly
FAQ
N/A
Reviews
Contributors & Developers
“Shortcode Reference” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shortcode Reference” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Fixed a blocking UI bug by fixing jQuery event handling.
1.0
- If a found shortcode originates from the themes-directory, it will tell you so.
Also, if it is available, it will give you the documentation.
0.2
- Added reference box to all public post types.
- Changed resolving of the plugin’s css/js files
- Made file lookup case sensitive
0.1
- First release
- Get a list of all available shortcodes in a meta-box when editing pages or posts.
- Get the details of a shortcode
- Get or generate a link to a place where more info is available