0xDECAFBAD

It's all spinning wheels and self-doubt until the first pot of coffee.

about me as a plugin

We need both ends of this. We need the social networks to be able to import the data. But we also need the personal blog software to support an "About Me" page that maintains and publishes the master copy.

This sounds like a perfect job for a decent WordPress plugin, which could double as a standalone PHP app.

Archived Comments

  • Sounds a lot like what the OpenID protocol with the Simple Registration extension aims at. Using, for example, the PHP implementation of the OpenID server, you could maintain your identity (as long as it supports Simple Registration). Then, at the site where you'r required to register, you simply fill in your OpenID identifier and the rest is magic.

    There is also a Wordpress plugin (http://singpolyma-tech.blogspot.com/2006/04/openid-for-wordpress.html) available that will run a server within Wordpress, if that's what you would like.

    Personally I use the myopenid.com server, but running your own should be just fine. That's the point of a distributed identity system :-) You can read a little bit more about my experience setting it up in Wordpress here: http://www.protocol7.com/archives/2006/08/21/openid-on-protocol7/

    /niklas

  • Having an OpenID endpoint here is one part of what I'd like to do. The other is a kind of NetVibes-ish public aggregation of all my output from other sites, and to point new services here as I join them to import my already-provided details. So, beyond the auth that OpenID provides, I want other sites to read my hCard and profile data etc.

  • Not sure if it will allow for all the information you would like to provide, but simple registration does allow for a site where you authenticate with OpenID to retrive the needed data. The subset of information (http://openid.net/specs/openid-simple-registration-extension-10.html#responseformat) might be limiting though. Of course, that won't include more rich data collected at other sites, like your del.icio.us links.