Twitter feed on webpage

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!

There are a number of options, try http://tweet.seaofclouds.com/, I personally used jTweetsAnywhere , they are both good, but the second option has more options.

If you have a wordpress website, then you can install so many plugins like Twitter Widget Pro, WP to Twitter, twitter-tools etc. Just search the plugins from the add new plugin tab.

Thank you!