Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embed latest tweets from twitter onto a website

Tags:

twitter

embed

I want to take the latest 5 tweets from a twitter and have it auto-update on a website. I read up on this a bit, and it looks like the only way to do it is to have a word press site. Any ideas? Thanks and let me know if you need more information.

like image 292
Dave Avatar asked Dec 31 '11 09:12

Dave


1 Answers

[This doesn't require WordPress at all. Where'd you hear that?]

Twitter themselves provide a widget for doing this. It's somewhat limited in customization options. If you need more control over things like the appearance, there are bunches of jQuery plugins, like Tweet, that'll give you just the data, which you can pump into custom markup/styling.

like image 91
Su' Avatar answered Oct 25 '22 05:10

Su'