1. ActionStream 0.40 and DiSo Profile 0.25

    body

    I have updated two of my DiSo plugins: Profile and ActionStream.

    The profile updates mostly involve some code cleanup, a page here documenting it, and a new API to add permissions options to the permissions page.

    The ActionStream update is a bit more extensive:

    • Support for coComment
    • Code cleanup, of course
    • RSS2 output option, linked from the stream output (add &full for a different view)
    • Reportedly working in WP2.5 with a patch I accepted
    • Better Safari support
    • If you disable showing your service usernames they are also hidden in the collapsed items
    • Abitily to set permissions on updates from each service (if wp-diso-profile0.25 is installed)
    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
  2. Why the SGNodeMapper is a bad idea

    body

    Don't get me wrong, I love Google's Social Graph API, it's a great way to speed up the discovery of XFN data by using Google's cache.  What does not make sense to me, however, is their 'NodeMapper' concept that is built in to the API.  It maps multiple URLs from a site on to, not a single URL, but a SGAPI-only URI scheme.  It maps using URL patterns that are known about the site, so it doesn't even work on the web in general.  When it does work, what is it useful for?  URL consolidation.  The problem is, that the only thing you can do with a nodemapped URI is (1) use it as a unique key or (2) turn it back into a URL to get data.

    I don't get it guys.  How is this better?  Is there even a reason to consolidate things like FOAF files backwards to the main page, since most people will enter the main page itself as input anyway?  Even if it was useful, shouldn't it actually map to the main page and not to some proprietary URI scheme?

    Thoughts?  Anyone see a use for this that I'm missing?  Or is this misfeature just adding a layer of data that someone might use and that we'll have to hack around again later?

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
  3. Ah, I'm not the only one!

    body

    I knew others were talking about distributed social networking, but Messina is working on code, and even code for Wordpress! The Kilroy concept (an "I was here" plugin) looks excellent. Avatars looks like exactly what I've been saying I should do since I installed Gravatars on this blog. The contactlist plugin looks like basically what I have here (his code, I believe), but I've hacked mine some.  His delegation looks a lot like what I want to add to my XRDS plugin.  Pempeth would go great with his contact form concept.

    Other cool stuff there too — overall just excited that things seem to be picking up a bit in this field — I'm writing some bookmarklets just now, and really should clean and release some of the remaining WordPress code.

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
  4. The State of Distributed Social Networking

    body

    Also known as Portable Social Networking, this is the concept of decentralising the social networking functionality of sites like Facebook so that one does not have to use every service to connect with everyone (previously covered here).

    Videntity is a wonderful service for this movement, and one that I have been using as the hub of much of my efforts. Explode seems promising, but they're down for upgrade.

    So let's talk about my list from last time:

    1. hCards and Pingerati : For Blogger I have a wizard. Pingerati pings still manual.  For WordPress there is a widget.  Pings still manual.  For even more professional information (such as my resume) there is an hResume WordPress Plugin.  For other websites/services there is always the hCard Creator.  Of course, Videntity.org supports hCard by default.
    2. XFN Friends lists : For Blogger I have a wizard.  This wizard will actually work on any web page or on any service where you can post (X)HTML (including MySpace or Xanga!)  For WordPress there is a nice plugin, although a widget version would be a bonus.  Videntity supports this by default.

      As far as finding/adding friends goes I have a bookmarklet for Videntity that allows one to add hCards, Facebook results, or Wink.com people results as friends/contacts.  Bookmarklets for other services would not be hard.  For Blogger we would need an actual blogroll-producing service beyond just a wizard to make this work.

    3. Public/private profiles : Again, Videntity has this built right in (as long as you have the URL that the contact uses for OpenID on the friend list, it does not follow rel=me).  I am working on a solution for WordPress.  Would people be interested in a solution for Blogger/other websites?
    4. Messaging : not sure where I stand on this.  Lots of nice contact options, and creating a 'wall'-like interface on WordPress would be easy.  The question is : what is the goal of this?  If it is just the address book features then a way to integrate social networking contact lists with email clients / Gmail might be better.  If it is being able to communicate without revealing your email address a protocol/system for that might be easy enough.

      My brother (and avid Facebooker) says that it is about visibility.  The benefit of Facebook messaging, for him, is the unified notifications area that he KNOWS his friends all check.  He KNOWS that they will see his message.  He is not sure they check their email.

    I still promote the idea of supporting rel=tag on hCards.  We need a better hCard search engine, one that takes Pingerati pings, crawls regularly (some of my pings from months ago were never indexed by the Technorati Kitchen hCard search), outputs results as hCards (to facilitate things like my bookmarklet), and recognizes rel=tag.

    Perhaps a tagspace could do a rev=tag for members.  If an hCard URL has rel=tag to a page that has rev=tag to it that would give credibility to the category.

    Notifications (think Facebook mini-feed) need to fit into this idea somehow.  Events are hCalendar.  Notes/posts/shares are hAtom/xFolk.  Status is something I've blogged about recently too.  Services like Twitter are heading in the right direction.

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
  5. Update to Videntity WordPress Plugin

    body

    I have updated my WordPress plugin for Videntity.org integration. It now includes options to import your friends/contacts or your profile (or both!) from Videntity to WordPress. Just go to 'Videntity' under the 'Options' tab in your administration interface.

    Some notable things not imported in the profile import:

    • Instant Messeging information
    • Video
    • Photo
    • Only the first URL (Website) is imported

    The 'additional name' (ie, middle name) is imported, but into a field called 'additonal_name', which is not displayed anywhere by default on WordPress.

    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
Stephen Paul Weber