脚本:
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
代码:
<?php
$variable = '<a name="twitter_share" href="http://twitter.com/share" data-url="'.urlencode(get_permalink($post->ID)).'" data-counturl="'.urlencode(get_permalink($post->ID)).'" data-count="horizontal" class="twitter-share-button" >Tweet</a>';
?>
它推文成功但在我的网站页面图标中没有计算推文的数量,它仍保持相同的值0。
接受了解决方案, 在此先感谢。