  twttr.anywhere(function (T) {

    T(".oauth").hovercards({
      username: function(node) {
        return node.title;
      }
    });

  });