<?
$likes=json_decode(file_get_contents('http://api-public.addthis.com/url/shares.json?url=http://toster.ru/q/296028'));
?>
<?=$likes->shares;?></li>
<?
$likes=json_decode(file_get_contents('http://api-public.addthis.com/url/shares.json?url='.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']));
?>
<?=$likes->shares;?></li>