1. Installing the WPOpenID plugin, and the JanRain PHP OpenID library Like any Wordpress plugin, the wpopenid directory needs to be copied into Wordpress' wp-content/plugins/ directory. The JanRain PHP OpenID library is included in the plugin zip or tgz archive, and shouldn't require any additional installation. An example directory structure with the library installed in the plugin directory: blog/ wp-content/ plugins/ wpopenid/ README openid-registration.php user-interface.php images/ openid.gif Auth/ OpenID.php OpenID/ Consumer.php ... Services/ Yadis/ Yadis.php ... 2. Modifying theme's comments.php for better styles If a blog requires registration & login before accepting comments, then comments.php displays a link to the login form. Augment it with a quick and easy OpenID login form. If a blog permits anonymous commenting, the plugin tries to modify the form to include an OpenID field, and then wrap the anonymous text fields with semantically valid markup indicating a choice between OpenID and Anonymous comments. You can turn this feature off in the OpenID Options pane, and modify your templates yourself. Here is part of the modified comments.php from the default Kubrick theme.
You must be logged in to post a comment.