1
是否有某種方式可以在Facebook和Twitter上分享我的頁面上的一些動態數據?在Facebook和Twitter上分享動態數據
我試過這個代碼與靜態數據,它的工作,但我動態應用它它沒有。
對於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>
對於Facebook來說:
<a href="javascript:window.location=%22http://www.facebook.com/sharer.php?u=%22+encodeURIComponent(document.location)+%22&t=%22+encodeURIComponent(document.title)" title="Share on Facebook..."><img src="/path/to/your/image/" width="12" height="12" alt="alt" /></a>
我在做什麼錯?
您是否只希望鏈接共享的URL成爲當前頁面的URL?這些頁面是由服務器端語言(如PHP)還是直接HTML創建的? –