mtserve / hp-idol-on-demand-suite-for-wp
HP IDOL OnDemand Suite For WP is a plugin for working with the IDOL OnDemand API
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.3.0
Requires (Dev)
- phpspec/phpspec: ~2.0
- sami/sami: 2.0.*@dev
This package is not auto-updated.
Last update: 2024-12-17 03:51:15 UTC
README
WP plugin bundling a collection of tools which ease the workflow when working with the HP IDOL OnDemand API.
Provides following sub modules:
- HTTPClient - Represents abstract class wrapping the build in WP HTTP API in easy to use bundle (the OOP way) capable of accessing the HP IDOL OnDemand API.
- APIkeyManager - Organizes the storage and management of the API keys used to access the IDOL API.
- ContentEditWidget - Represents class providing useful services when content (post/page) is edited or created.
- DashBoardWidget - Represnts widget on the admin dashboard.
How it looks like?
Installation
Way 1(better):
- In WP admin area go to Plugins -> Add New -> Upload and upload the plugin's .zip file
Done!
Way 2:
- Upload plugin's .zip file to the "/wp-content/plugins/" directory.
- Extract it there.
- Activate the plugin through the "Plugins" menu in WordPress.
Done!
Frequently Asked Questions
- How can I change the HP IDOL API key the suite is currently using?
- The suite is equipped with a options page under the "Settings" menu in WP's admin area. Try there.
- Where can I find help when needed?
Available in:
- English
Contributing
Pull requests welcome! What you will need to do to contribute is:
- Fork, then clone this repo.
- Make your changes/updates.
- Push to your fork and submit a pull request.
Translators are welcome too!
Developer guide
Is here.
License
GPLv2 or later