This plugin displays the three most recent posts published on your blog in a meta box on the post editor screen.
The purpose of this plugin is to demonstrate how to take an idea of a plugin from the standpoint of rapid application development to a well-design plugin.
- Upon activation, the plugin will add a meta box to the standard post editor screen.
- The meta box will display the last three posts that were published (or none, if there were none).
- The purpose is to make it easy to queue them up in your social network sharing of choice.
- Navigate to the 'Add New' Plugin Dashboard
- Select
three-recent-posts.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
- Extract
three-recent-posts.zip
to your computer - Upload the
three-recent-posts.zip
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins Dashboard
For information about changes related to the project, be sure to review the CHANGELOG.
The complete article for this plugin can be read on my blog.