Phill
Phill

Reputation: 3

Twitter feed HTML

I am trying to display the last 5 tweets in a div, that's about it. I will put a design around it to mimmick the Twitter widget you can get on the Twitter site.

The problem is I am unsure of how to do this. I went through some of the Twitter docs, searched here, found some tutorials. None really seem to cover just this.

Can someone point me in the right direction or shed some light on what I need to do?

Thanks

Upvotes: 0

Views: 937

Answers (2)

Gary
Gary

Reputation: 7257

This might provide you with the source code to get you started. Its the jQuery Twitter Ticker plugin. Here's another link that is a bit more descriptive.

Upvotes: 1

Quentin
Quentin

Reputation: 943108

  1. Fetch the data
  2. Generate DOM elements that match the structure you want, populating them with the data as you go
  3. Insert into the DOM for the page
  4. Edit your CSS until you're happy with it

Upvotes: 0

Related Questions