2012-07-10 44 views
0

我使用下面的代碼在Facebook上發送一些文本。有沒有類似於推特上的一些文字的代碼?Tweet特別文本使用twitter上的鏈接

<a title="send to Facebook" href="http://www.facebook.com/sharer.php?s=100&p[title]=YOUR_TITLE&p[summary]=YOUR_SUMMARY&p[url]=YOUR_URL&p[images][0]=YOUR_IMAGE_TO_SHARE_OBJECT" target="_blank"><span><img width="14" height="14" src="" /> Share</a> 

回答

1

是的。試試:

<a href="https://twitter.com/share?url=http://www.test.com&text=Test">Tweet</a>