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

Oh No! error http://teamtreehouse.com/library/add-social-media-links challenge task 2 of 2

Challenge task 2 of 2

Inside the <footer> element, wrap the Facebook and Twitter images with links to your own accounts. If you don't have a Facebook or Twitter account, any other link will work.

<footer>

      <p>&copy; 2013 Nick Pettit.</p>
      <a href="http://www.facebook.com"><img src="img/facebook-wrap.png" alt="facebook link"/></a>
      <a href="http://www.twitter.com"><img src="img/twitter-wrap.png" alt="twitter link"/></a>
    </footer>

It says congrats but I get a message over top that goes

Oh no!

[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: https://wac.a8b5.edgecastcdn.net/80A8B5/static-assets/assets/application-84671b2be9e95297fa99b6db17c4077c.js :: .send :: line 22" data: no]

If you continue experiencing problems, please contact support at help@teamtreehouse.com. Restart Code Challenge Back to overview

I tried emailing but they said make a forum post

it does not give me credit

2 Answers

I solved the problem by using Chrome instead of Firefox

Ladislav Vysmek
Ladislav Vysmek
1,666 Points

The same problem. Thank you David. I had to use IE instead of Chrome for this task :-D