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 trialChris Cuaresma-Primm
2,185 PointsLink not working to invite someone to tweet me
On my contact page, i entered a link so someone could tweet me directly. However, I can't make it work.
Any tips?
1 Answer
Jake Rorrer
17,788 PointsHey Chris Cuaresma-Primm! What does your code look like? It should look something like this:
<a href="http://twitter.com/intent/tweet?screen_name=your_twitter_username">Tweet Me!</a>
Where it says your_twitter_username you should put in your username without the @ symbol. Hope this helps!