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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -