Hi all,
I’m trying to embed a simple Twitter feed on my website. In the past I’ve used the following code to pull a few tweets then style myself:
<script type=“text/javascript” src=“http://twitter.com/javascripts/blogger.js”></script>
<script type=“text/javascript” src=“http://twitter.com/statuses/user_timeline/twitter_name.json?callback=twitterCallback2&count=2”></script>
I just discovered because of a change in Twitter that this method no longer works. Can some direct me to a similar replacement?
Thanks!