По просьбам в коментах.
3 строчки:
<?php
$file = file_get_contents("http://api.twitter.com/1/users/show/alexvolkov.xml");
preg_match("!<followers_count>([0-9]+)<\/followers_count>!", $file, $out);
$count = $out[1];
?>
alexvolkov заменить на свой ник в твиттере.
Тут как получить число всех коментов на блоге
Тут число подписчиков фидбернера
26 responses
Do you want to comment?
Comments RSS and TrackBack Identifier URI ?
Trackbacks