Twitter Button, share tweets

127 Views Asked by At

I hope, I can write tweet like this:

some text Lorem ipsum #myhastag Duis efficitur risus et augue tempus tristique.

so the format is : text #hashtag text.

so in html I wrote,

<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>

But, the result just

Lorem ipsum #myhashtag

I have searched on https://dev.twitter.com/web/tweet-button and youtube video tutorial but still no idea.

I hope someone can help me, write tweet with format

text #hashtag text.
1

There are 1 best solutions below

1
On BEST ANSWER