【发布时间】:2011-09-13 22:17:26
【问题描述】:
我只是想在我的页面上添加情侣分享按钮。我看到人们推荐不同的方法:
我看到一些文章使用home?status:
<a href=”http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>” title=”Click to send this page to Twitter!” target=”_blank” rel=”nofollow”>Share on Twitter</a>
还有一些使用share?url:
<a href="http://twitter.com/share?url=http%3A%2F%2Fdev.twitter.com%2Fpages%2Ftweet-button" target="_blank">Tweet</a>
有什么区别?
【问题讨论】:
标签: html api twitter social-networking