Scroll di un feed RSS utilizzando jQuery e Simplepie, esempio #02 [danielerollo.com]
handle_content_type();
for ($x = 0; $x < $thefeed->get_item_quantity($total_articles); $x++ )
{
$articles[] = $thefeed->get_item($x);
}
$feedtitle=$thefeed->get_description();
?>