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!
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
Chris Shaffer
12,029 PointsDisplaying my Treehouse badges?
Is there an easy way to display the Treehouse badges I've received on my resume site?
I'm building a small site to showcase my abilities as a developer and as I progress at Treehouse I'd like to be able to display the badges I've received.
I thought maybe there was a way to pull these in as I receive them rather than manually displaying a picture.
Thanks for any feedback!
2 Answers

James Barnett
39,199 PointsYou can Treehouse badges via a jQuery widget

Chris Shaffer
12,029 PointsNICE! Thanks man!
Paige Jones
20,144 PointsPaige Jones
20,144 PointsHey James Barnett - I am trying to add this to my website - but nothing is showing up and i have followed the instructions (and double checked!) I was wondering if you'd be willing to take a look at my code and figure out what Im missing?
https://github.com/petitlapin86/portfolio and I am trying to implement this on my "services" page.
Maybe I am putting this in the wrong place?:
<script> $('.report-card.treehouse').reportCard({ userName: 'paigejones2', site: 'treehouse', badgesAmount: 106 }); </script>
would be so thankful for any help : )