php - How to use callback funciton for twitter, pinterest, and tumblr to count the share? -
i have been struck in callback function twitter, tumblr , pinterest.
i sucessed in share things these social site have own sharing function. unable count share in system.
can me problem?
refer link how social share count facebook, twitter, linkedin , pinterest
this sample code twitter
function gettwittercount($url){ $twittercount = json_decode( file_get_contents(http://urls.api.twitter.com/1/urls/count.json?url='.$url ) ); return $twittercount->count;}
Comments
Post a Comment