1

有什么方法可以从我的 facebook 和 twitter 页面分享一些动态数据吗?

我用静态数据尝试了这段代码并且它有效,但我动态应用它却没有。

对于推特:

<a href="http://twitter.com/share" 
data-url="http://your.url.com/yourdynamicpage" 
class="twitter-share-button" 
data-text="What should I share?" 
data-count="horizontal">Tweet</a>

对于脸书:

<a href="javascript:window.location=%22http://www.facebook.com/sharer.php?u=%22+encodeURIComponent(document.location)+%22&#38;t=%22+encodeURIComponent(document.title)" title="Share on Facebook..."><img src="/path/to/your/image/" width="12" height="12" alt="alt" /></a>

我究竟做错了什么?

4

1 回答 1

1

http://shantacreations.com/facebook_share_old/example_1/share.php/

是的,上面的链接可以按照您的意愿运行。

于 2012-10-09T07:55:16.873 回答