This was an experimental plugin that never got fully developed, and is missing key integrations required for it to actually be useful.
This is a work in progress with no guarantees and no support. Use at your own risk!
Mashery Developer Portal integration plugin for Wordpress.
Plugin for integrating some Mashery Developer Portal features into a Wordpress-managed site.
Originally we were bundling installation recipes but these have been removed in favor of keeping this repo strictly about the plugin.
- Ensure you have an instance of Wordpress installed locally or on some server where you have permissions to install plugins.
- Clone this repository and ensure you install the contents into a folder under the wp-content/plugins directory.
- Go to the admin section of your Wordpress installation. you should see the plugin in the plugins list. Activate it.
You should now be ready to develop and use the plugin.
The plugin provides a set of shortcodes that can be used in any post or page within a Wordpress installation. To use them, simply add them inline while editing content. The available shortcodes are:
[mashery:profile]
: inserts the user's profile form.[mashery:applications]
: inserts the user's applications list.[mashery:keys]
: inserts the user's key list.[mashery:iodocs]
: inserts an iodocs instance.
See CONTRIBUTING for details on submitting patches and the contribution workflow.
See AUTHORS for details on who's contributing. Feel free to add your name when submitting PRs.
See LICENSE.