• Currently 4.5/5
  • 1
  • 2
  • 3
  • 4
  • 5
WordPress OpenID Plugin

This plugin utilizes Movable Type's extensible Open Id Login framework to give a preferential and customized login experience for Wordpress.com users on Movable Type blogs.

Screenshots

1 Comment

I was having problems getting this plugin (v1.0) to work on MT 4.23, so I went in and hacked it up a bit. It seems to work now. Here's a diff of my changes to WordPressOpenId/lib/MT/Auth/Wordpress.pm - Cowboy
 

12c12,13
< sub _get_nickname {
---
> sub get_nickname {
>     my $class = shift;
19c20
<     *MT::Auth::OpenID::_get_nickname->(@_);
---
>     $class->SUPER::get_nickname(@_);

Leave a comment

Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.