Ejemplo n.º 1
0
 function rssChangelog()
 {
     $rss = new Piwik_ExampleRssWidget_Rss('http://feeds.feedburner.com/PiwikReleases');
     $rss->setCountPosts(1);
     $rss->showDescription(false);
     $rss->showContent(true);
     echo $rss->get();
 }
 function rssTypo3Associaton()
 {
     $rss = new Piwik_ExampleRssWidget_Rss('http://news.typo3.org/news/typo3-association/rss.xml');
     $rss->showDescription(true);
     echo $rss->get();
 }