$twitter = array( // TODO ); //*/ /* $vimeo_likes = array( 'Vimeo', 'vimeo_likes', array( 'username' => 'VIMEO_USERNAME_HERE', 'list' => 'likes', 'total' => 3, 'title' => 'Vimeo', 'description' => 'what I liked' ) ); //*/ /* $youtube_uploads = array( 'Youtube', 'youtube_uploads', array( 'list' => 'uploads', 'username' => 'YOUTUBE_USERNAME_HERE', 'total' => 3, 'title' => 'Youtube', 'description' => 'my recent videos' ) ); //*/ /* -- 7) Add service configurations -------------------------------- */ /* Use the configuration variables from step 6 to group the Social Web services (if you use the vars from the examples, do not forget to uncomment). The default theme can have up to 3 groups (columns). */ Pubwich::setServices(array(array(), array(), array())); // Don't forget to fill informations in /humans.txt
* array( * * // column 1 * array( * array('Flickr', 'photos', array( * 'method' => 'FlickrUser', * 'title' => 'Flickr', * 'description' => 'My pictures', * 'key' => '', * ... * ) * ), * * // column 2 * array( * ... * ), * * // column 3 * array( * ... * ) * ) * ); * */ Pubwich::setServices(array(array(array('Text', 'intro', array('title' => 'Introduction', 'text' => 'This is a short introduction text. To hide the "Introduction" title, all you have to is not specify a "title" item for the <strong>Text</strong> box.')), array('Flickr', 'photos', array('method' => 'FlickrUser', 'key' => 'FLICKR_KEY_HERE', 'userid' => 'FLICKER_USERID_HERE', 'username' => 'FLICKR_USERNAME_HERE', 'total' => 12, 'title' => 'Flick<em>r</em>', 'description' => 'latest photos', 'row' => 4)), array('Vimeo', 'videos', array('username' => 'VIMEO_USERNAME_HERE', 'total' => 4, 'title' => 'Vimeo', 'description' => 'latest videos')), array('Youtube', 'youtube', array('method' => 'YoutubeVideos', 'username' => 'YOUTUBE_USERNAME_HERE', 'total' => 4, 'size' => 120, 'title' => 'Youtube', 'description' => 'latest videos'))), array(array('Twitter', 'etats', array('method' => 'TwitterUser', 'username' => 'TWITTER_USERNAME_HERE', 'oauth' => array('app_consumer_key' => '', 'app_consumer_secret' => '', 'user_access_token' => '', 'user_access_token_secret' => ''), 'total' => 10, 'title' => 'Twitter', 'description' => 'latest statuses')), array('Delicious', 'liens', array('username' => 'DELICIOUS_USERNAME_HERE', 'total' => 5, 'title' => 'del.icio.us', 'description' => 'latest bookmarks')), array('Facebook', 'status', array('id' => 'FACEBOOK_USERID_HERE', 'key' => 'FACEBOOK_KEY_HERE', 'username' => 'FACEBOOK_USERNAME_HERE', 'total' => 5, 'title' => 'Facebook', 'description' => 'latest statuses')), array('RSS', 'ixmedia', array('url' => 'http://feeds2.feedburner.com/ixmediablogue', 'link' => 'http://blogue.ixmedia.com/', 'total' => 5, 'title' => 'Blogue iXmédia', 'description' => 'latest atom blog entries'))), array(array('Atom', 'effair', array('url' => 'http://remiprevost.com/atom/', 'link' => 'http://remiprevost.com/', 'total' => 5, 'title' => 'Effair', 'description' => 'latest rss blog entries')), array('Readernaut', 'livres', array('method' => 'ReadernautBooks', 'username' => 'READERNAUT_USERNAME_HERE', 'total' => 9, 'size' => 50, 'title' => 'Readernaut', 'description' => 'latest books')), array('Lastfm', 'albums', array('method' => 'LastFMWeeklyAlbums', 'key' => 'LASTFM_KEY_HERE', 'username' => 'LASTFM_USERNAME_HERE', 'total' => 5, 'size' => 64, 'title' => 'Last.fm', 'description' => 'weekly top albums'))))); // Caching system define('CACHE_LOCATION', dirname(__FILE__) . '/../cache/'); define('CACHE_LIMIT', 20 * 60); // Don't forget to fill informations in /humans.txt