Get Your OpenID On

OpenIDPayPalFacebook

Two quick announcements this week which bode well for OpenID:

  1. PayPal joins the OpenID Foundation
  2. Facebook joins the OpenID Foundation

It’s fantastic to see the largest and fastest growing social network (in the US anyway) and a major online payment provider both joining the momentum behind the open stack and the assembled web.

See also:

Identi.ca Tools

twitter_logo_s

Alex King‘s Twitter Tools is a great little WordPress plugin for integrating your Twitter presence with your blog. It can show your latest tweets in a sidebar widget, create a “digest” post daily / weekly with a list of your tweets, and announce your blog posts to your twitter account.

identi.ca

In this post I’ll show you what changes are necessary to make it work with identi.ca instead of Twitter.

Why would you want to do that?
Continue reading →

WPBook: WordPress Facebook Plugin Goes 1.0

UPDATE 2 (1-28-09): Seems that the WPBook plugin conflicts with the BadBehavior plugin – I’m looking into options to see if the conflict can be eliminated, but if your WPBook install is not working try disabling BadBehavior.

UPDATE (1-26-09): As noted in the comments below, there is a bug in the copy of the Facebook library included with the Sociable Facebook Connect plugin. If you’re using that plugin, you’ll need to patch their copy of the Facebook client library as follows.

Change line 170 of /wp-content/plugins/fbconnect/facebook-client/facebook.php from:

http_header('Location', $url);

To:

header('Location', $url);

This will eliminate the conflict between these two plugins.
(End UPDATE)

Today I’m releasing version 1.0 of WPBook, the WordPress plugin for embedding your blog in Facebook.

If you have earlier versions installed, you should see an auto-update notification on the plugins page of your WordPress dashboard. (Note that WordPress checks for updates only every 12 hours).

This version includes the following new features:
Continue reading →

BostonPHP: MediaWiki in Production

Earlier this week, I was happy to have the chance for Optaros to host a BostonPHP meeting again – we used to do so in the old Canal St. offices but hadn’t done so in a while – certainly not since moving to Milk St.

The topic was MediaWiki in production, with presentations by Greg Rundlett of Harvard’s Initiative in Innovative Computing (IIC) and Daniel Barrett, who wrote the (O’Reilly) book on MediaWiki, and uses it in production at VistaPrint.
Continue reading →