wordpress: Difference between revisions
Jump to navigation
Jump to search
(draft a new WordPress page, from the perspective of a WordPress user/admin who wants to add microformats support) |
ScottWallick (talk | contribs) |
||
Line 3: | Line 3: | ||
WordPress is an [http://wordpress.org/ open source blogging tool], that has been more broadly described as a "state-of-the-art publishing platform" and a content management system ([[cms]]). | WordPress is an [http://wordpress.org/ open source blogging tool], that has been more broadly described as a "state-of-the-art publishing platform" and a content management system ([[cms]]). | ||
== | == Adding Microformats Support to WordPress == | ||
Become familiar with existing [[wordpress-support]] for microformats. Then: | Become familiar with existing [[wordpress-support]] for microformats. Then: | ||
=== | === Themes === | ||
There are themes available for WordPress that feature microformats support out of the box. | |||
* '''Sandbox theme''' | * '''[http://www.plaintxt.org/themes/sandbox/ Sandbox theme]''' or any Sandbox-based theme derivative will include hAtom, hCard, and xoxo. | ||
=== TinyMCE plugins === | === Plugins === | ||
Specific microformats can be integrated into the WordPress functionality through plugins. | |||
* See [http://wordpress.org/extend/plugins/tags/microformats plugins tagged '''microformats'''] on the official WordPress plugin repository for a sampling. | |||
* '''[http://www.plaintxt.org/experiments/blog-summary/ Blog Summary]''' produces an hAtom-enabled list of recent entries via shortcode. | |||
==== TinyMCE plugins ==== | |||
If you use the TinyMCE plugin, consider also installing the following: | If you use the TinyMCE plugin, consider also installing the following: | ||
* '''[http://www.undergroundwebdesigns.com/tinyMCE-hcard-plugin.html TinyMCE hCard]''' - adds a [http://www.undergroundwebdesigns.com/assets/images/hcard_button.gif] icon in your tinyMCE toolbar that provides a form for creating an hCard contact. | * '''[http://www.undergroundwebdesigns.com/tinyMCE-hcard-plugin.html TinyMCE hCard]''' - adds a [http://www.undergroundwebdesigns.com/assets/images/hcard_button.gif] icon in your tinyMCE toolbar that provides a form for creating an hCard contact. |
Revision as of 04:11, 8 August 2008
WordPress
WordPress is an open source blogging tool, that has been more broadly described as a "state-of-the-art publishing platform" and a content management system (cms).
Adding Microformats Support to WordPress
Become familiar with existing wordpress-support for microformats. Then:
Themes
There are themes available for WordPress that feature microformats support out of the box.
- Sandbox theme or any Sandbox-based theme derivative will include hAtom, hCard, and xoxo.
Plugins
Specific microformats can be integrated into the WordPress functionality through plugins.
- See plugins tagged microformats on the official WordPress plugin repository for a sampling.
- Blog Summary produces an hAtom-enabled list of recent entries via shortcode.
TinyMCE plugins
If you use the TinyMCE plugin, consider also installing the following:
- TinyMCE hCard - adds a [1] icon in your tinyMCE toolbar that provides a form for creating an hCard contact.
- TinyMCE hCalendar - adds a new [2] icon in your tinyMCE toolbar that provides a form for creating an hCalendar event.