Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Justin Fraker
Justin Fraker
12,132 Points

Embedding Twitter feed into website

I am trying to embed a Twitter feed into a website I am creating. I just want it to show the past 3 or so tweets. I found the widget that Twitter offers from their website (https://twitter.com/settings/widgets/new), but it doesn't really match the style of the website I am creating. Does anyone know of any 3rd party Twitter feed plugins or how to create a custom one myself?

1 Answer

You could use twitter's api
https://dev.twitter.com/docs/api/1.1.

here is doc on how to get the user's most recent tweets https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline