推特按钮,分享推文
Twitter Button, share tweets
我希望,我可以这样写推文:
some text Lorem ipsum #myhastag Duis efficitur risus et augue tempus tristique
.
所以格式是:text #hashtag text
.
所以在 html 我写道,
<a href="https://twitter.com/intent/tweet?text=Lorem ipsum&button_hashtag=myhashtag&text= Duis efficitur risus et augue tempus tristique." target="_blank" class="twitter-hashtag-button" data-show-count="false">SHARE</a>
但是,结果只是
Lorem ipsum #myhashtag
我搜索了 https://dev.twitter.com/web/tweet-button 和 youtube 视频教程,但仍然不知道。
希望有人能帮帮我,写推特格式
text #hashtag text.
我希望,我可以这样写推文:
some text Lorem ipsum #myhastag Duis efficitur risus et augue tempus tristique
.
所以格式是:text #hashtag text
.
所以在 html 我写道,
<a href="https://twitter.com/intent/tweet?text=Lorem ipsum&button_hashtag=myhashtag&text= Duis efficitur risus et augue tempus tristique." target="_blank" class="twitter-hashtag-button" data-show-count="false">SHARE</a>
但是,结果只是
Lorem ipsum #myhashtag
我搜索了 https://dev.twitter.com/web/tweet-button 和 youtube 视频教程,但仍然不知道。
希望有人能帮帮我,写推特格式
text #hashtag text.