array($this->lifestream->__('Username:'), true, '', ''), ); } function get_public_url() { return 'http://www.twitpic.com/photos/'.$this->get_option('username'); } function get_url() { return 'http://www.twitpic.com/photos/'.$this->get_option('username').'/feed.rss'; } function get_thumbnail_url($row, $item) { preg_match('#\/([^\/]+)$#i', $item['link'], $matches); return 'http://www.twitpic.com/show/thumb/'.$matches[1].'.jpg'; } } $lifestream->register_feed('Lifestream_TwitPicFeed'); ?>