function the_hatebu_count($url){ //åå¾ããURL(ã¤ãã§ã«URLã¨ã³ã³ã¼ã) $url = rawurlencode($url); //ã«ã¦ã³ã(空ã®å ´åã¯0æ±ã) $count = @file_get_contents("http://api.b.st-hatena.com/entry.count?url={$url}"); if(!$count) return;//0ã®ã¨ãã¯ä½ã表示ããªã $url = preg_replace('/https?:\/\//', '', $url);//http://ãªã©ãå¤ã echo "<span class='hatebu'><a href='http://b.hatena.ne.jp/entry/{$url}' target='_blank'>{$count} users</a></span>"; }
{{#tags}}- {{label}}
{{/tags}}