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

Chris Shaffer
Chris Shaffer
12,030 Points

Displaying 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

Hey 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 : )