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

Nick Ruiz
18,492 PointsEmbed your treehouse profile on your site?
Is there any workaround or talk about being able to embed your treehouse profile on your personal website? I think it would be nice to showcase your achievements.
1 Answer

Kevin Korte
28,149 PointsSure, Treehouse uses an API, and you can use that information to display your profile details on your own website. If you make a call to https://teamtreehouse.com/nickruiz.json you can parse it with whatever website you want.
The node js courses go over using the treehouse api
Brett Connolly
12,874 PointsBrett Connolly
12,874 PointsI was gonna suggest making a simpler 'copy and paste' code widget situation but using the API forces the developer to learn how to use APIs which is another thing they'd want on their portfolio. I'm pretty well versed in API usage so a 'copy and paste' thing would be nice for those that would like a pre-styled treehouse overview in their profile ASAP as opposed to having to build it manually.