我希望,我可以写这样的推文:
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.
答案 0 :(得分:0)