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 trialAngi Cotte
Courses Plus Student 446 Pointshow can I change the link to tweet, for a link to write a message on facebook?
I need to know how to add a link for facebook without going to the profile...
Angi Cotte
Courses Plus Student 446 Pointsthank you so much!!!! thats what I need!!!
1 Answer
mikes02
Courses Plus Student 16,968 Points<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.google.com">Share on Facebook</a>
Where http://www.google.com would be replaced by the link you wish to share.
Angi Cotte
Courses Plus Student 446 Points<li class="twitter"><a href="http://twitter.com/intent/tweet?screen_name=nickrp">@nickrp</a></li>
we use this link to write a tweet, but I dont have Tweeter so I need a link that takes to you to a private message on facebook!!!
Narbe Voskanian
1,253 PointsNarbe Voskanian
1,253 PointsThis should work. Just replace FACEBOOKID with your facebook id.
``` <li class='facebook'><a href='https://www.facebook.com/messages/FACEBOOKID'>Facebook.com/FACEBOOKID</a></li>