2011-12-26 58 views
1

我試圖改變我的IP然後再次分享,但仍然不算。推特分享按鈕不能正確計數

我的代碼:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> 
<title>:: my test ::</title> 
</head> 
<body> 

<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a> 

</body> 
</html> 

有人可以幫助我嗎?

回答

0

您是否嘗試過在定位標記下添加JavaScript?

<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)) 
{js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}} 
(document,"script","twitter-wjs");</script> 

截至https://dev.twitter.com/docs/tweet-button

描述