Enable your users to comment by entering their name/email/website details via well known OpenID service providers like Google, Yahoo, Flickr etc.
Add the following line in comments.php: <?php third_party_accounts_login(); ?>
Make sure your OpenId textbox has an id="openid_identifier"
Sample code of comments.php will be something like:
<label >Please select one of these third-party accounts:</label><br/>
<?php third_party_accounts_login(); ?>
<br/>
<label>Or enter your OpenId URL:</label><br/>
<input type="text" name="openid_identifier" id="openid_identifier" class="textfield" tabindex="4" style="width:300px" />
For more details, please visit: http://anantgarg.com/wordpress-third-party-accounts-login-plugin
Requires: 2.0 or higher
Compatible up to: 2.7
Last Updated: 2009-3-19
Downloads: 2,622
Got something to say? Need help?