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

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

Emmanuel Rojas
Emmanuel Rojas
6,994 Points

Twitter Link

Hi! How can I get the Twitter Link in orther to get a box for messages not my link profile. Thank U!

Can you post a snipped of the code you are using so we can see how to help. Thanks.

2 Answers

Hi Emmanuel,

Do you mean something like this?

That's done with:

<a href="http://twitter.com/intent/tweet?screen_name=onlysteveh">@OnlySteveH</a>

I hope that helps & give me a follow! :+1:

Steve.

Emmanuel Rojas
Emmanuel Rojas
6,994 Points

Awesome! Thank you very much

mark pearyer
mark pearyer
4,979 Points

https://about.twitter.com/resources/buttons

I believe the listed above will give you all your answers. Shows you how I make a mention button, which I believe that's what you wanted