Hello there, I’m trying to embed a tweet for a blog and newsletter. The content of the tweet shows up, but not the author, reply, retweet, etc like it does in the demonstration pages. Am I missing something? Do I need to manually code that in?
This is what I’m inserting:
<blockquote class="twitter-tweet tw-align-left" width="350"><p>Search API will now always return "real" Twitter user IDs. The with_twitter_user_id parameter is no longer necessary. An era has ended. ^TS</p>— Twitter API (@twitterapi) <a href="https://twitter.com/twitterapi/status/133640144317198338" data-datetime="2011-11-07T20:21:07+00:00">November 7, 2011</a></blockquote>
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
Should there not be additional code for the items shown in your demonstrations?