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 trialLinda Ross
1,376 PointsLink to Tweet
When i click the tweet link it says page no found. What am I ding wrong?
5 Answers
Salman Akram
Courses Plus Student 40,065 PointsHi Linda,
What's link inside href?
<a href=" ">Twitter</a>
Linda Ross
1,376 Points<a href="http//twitter.com/intent/tweet?
screen_name=lindaross2010">@LindaRoss2010</a>
Salman Akram
Courses Plus Student 40,065 PointsOkay, 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
1,376 PointsIf I do that, then it open up my twitter page. Not the tweet section.
Salman Akram
Courses Plus Student 40,065 PointsMaybe this one?
<a href="https://twitter.com/intent/user?user_id=263927576">@LindaRoss2010</a>