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

CSS How to Make a Website Adding Pages to a Website Build the Contact Page

Linda Ross
Linda Ross
1,376 Points

Link to Tweet

When i click the tweet link it says page no found. What am I ding wrong?

5 Answers

Hi Linda,

What's link inside href?

 <a href=" ">Twitter</a> 
Linda Ross
Linda Ross
1,376 Points
<a href="http//twitter.com/intent/tweet?  

screen_name=lindaross2010">@LindaRoss2010</a>

Okay, you have missing first anchor tag like < a > and then last tag < /a >

Twitter link you given is not correct, see example below. It should be working by now.

<a href="https://twitter.com/LindaRoss2010">@LindaRoss2010</a> 
Linda Ross
Linda Ross
1,376 Points

If I do that, then it open up my twitter page. Not the tweet section.

Maybe this one?

<a href="https://twitter.com/intent/user?user_id=263927576">@LindaRoss2010</a>