hyperlink message in twitter in android -


i want tweet message hyperlink website android application. using twitter 4j api in android app.

i.e. example if post message "hello" in twitter, when click hello should redirect other website. possible?

you can't add hyperlink word in twitter. turns html text. if put http://yoursite.com text tweet, made link automatically. if put <a href="http://yoursite.com">hello</a> tweet, html displayed text.

this true on site , through api.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -