Dear stackoverflowers,
I am displaying the latest tweet on my website. However, when I have a tweet that contains a link, it opens the link the same window.
My best guess would be to add the target-value to the . But how can I do that? Is there a trick for the Twitter API. (Twitter API: https://dev.twitter.com/docs/api/1/get/statuses/user_timeline
How can I change, that it opens containing links of a tweet in a new window?
.
Here is the markup that displays the latest tweet:
<div id="twitter_update_list"></div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline.json?screen_name=USERNAME&include_rts=true&count=1&callback=twitterCallback2"></script>