Description
“MicroID enables anyone to claim verifiable ownership over content hosted
anywhere on the web” (microid.org). This plugin makes that easier by
generating MicroIDs for you based on an identifier WordPress already has, or by
an additional identifier you provide.
Partially inspired by other MicroID plugins by Richard Miller and Eran Sandler.
Installation
This plugin follows the standard WordPress installation method:
- Upload
microid.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure through the ‘MicroID’ section of the ‘Options’ menu
FAQ
- How do I get help if I have a problem?
-
Please direct support questions to the “Plugins and Hacks” section of the
WordPress.org Support Forum. Just make sure and include the tag ‘microid’,
so that I’ll see your post. Additionally, you can file a bug report at
http://dev.wp-plugins.org/report.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MicroID” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MicroID” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
version 1.1
- display microid on author pages (props: Craig Andrews)
- check is_front_page() in addition to is_home()
version 1.0
- initial release