I have included our company's twitter feed on a landing page, but I am wondering if anyone knows how to manipulate the HTML code so that the feed will only display the 2-3 most recent tweets. As of right now, it displays a long list. Any insight?
last time I set one up, (and this is ooooold script I'm referencing, but it still works) it was all javascript, and there is one parameter line that will limit how many it pulls, like: count: 4, would pull just last 4 tweets.
You can use the create widget on twitter.com and limit the height to show and let the rest scroll - controls visual but still gives access to the richer history.