無論我設置data-url或data-text,Twitter只是獲取共享按鈕存在的頁面的URL,並顯示爲tweet文本。Twitter的分享忽略我的數據url和數據文本
<a target="_blank" href="https://twitter.com/share"
data-count="none" class="twitter-share-button" data-url="http://www.gogole.com"
data-text="BLABLABLA" style="opacity:0">TWEET</a>
或
<a target="_blank" href="https://twitter.com/share"
data-count="none" class="twitter-share-button" data-url="<?php echo
urlencode('http://www.gogole.com')?>" data-text="BLABLABLA" style="opacity:0">TWEET</a>
在這兩種情況下
,點擊鏈接打開一個新窗口,Twitter的分享框,包括我網站的URL,而忽略了:例如
我設定的屬性。
某些東西本該錯位。幫助讚賞! 請告訴我,如果你需要更多的信息發佈。
謝謝, /噸
本身我不認爲這會做很多,你有任何的JavaScript? https://dev.twitter.com/docs/tweet-button – Chamilyan 2012-03-14 23:48:40