【问题标题】:Tweet counter only shows more than 0 on root page?推文计数器仅在根页面上显示超过 0?
【发布时间】:2011-10-03 23:05:21
【问题描述】:

我的页面顶部有一个 twitter 按钮,在我的头文件中使用以下代码:

<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>

但是,计数仅显示我们在根页面(即 www.website.com)上拥有的推文数量。 www.website.com/anything 没有显示除 0 以外的推文计数。

有人对此有任何解决方案吗?提前致谢。

【问题讨论】:

  • 目标是始终显示根页面的推文数量吗?

标签: php html twitter


【解决方案1】:

要始终使用根页面,请将data-url 属性添加到锚标记。

<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://www.website.com">Tweet</a>

查看Tweet button documentation 了解更多选项。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-01-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-10-20
    • 2020-05-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多