I’m building a website on which tweets from a certain user should be displayed. I know how to display the tweets using the user_timeline function from the twitter api, but these tweets are raw text tweets. Is there also a method to get the tweets in html with all the links already there? I couldn’t find one myself but perhaps you do know one.
Share
You need to use Tweet Entities. See the Twitter API documentation for more information.
https://dev.twitter.com/docs/tweet-entities