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
David Fife
8,808 PointsOh 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>© 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

David Fife
8,808 PointsI solved the problem by using Chrome instead of Firefox

Ladislav Vysmek
1,666 PointsThe same problem. Thank you David. I had to use IE instead of Chrome for this task :-D