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 trialJACOB VARGHESE
Front End Web Development Techdegree Student 1,670 PointsHow to include follow me on facebook when coding in CSS for the about page
when coding for the about page in CSS i want to introduce a paragraph which says follow me on facebook.This is because I don't have a twitter page. How can I do this??
4 Answers
Zachary Kaufman
1,463 PointsI don't have facebook but just go to your profile and copy the link and put it in there
Zachary Kaufman
1,463 PointsSame exact thing as twitter just make sure you link your Facebook page instead. As for the little twitter icon I don't think you are provided with a Facebook icon so you will either have to deal with a twitter icon or find one on the internet instead and add it to your img folder.
Zachary Kaufman
1,463 PointsBasically follow the instructions for the twitter link just make the href="facebooklink"
JACOB VARGHESE
Front End Web Development Techdegree Student 1,670 PointsThanks Zach.There is a facebook icon.I added the facebook link and it worked fine.
My question was in the second paragraph <p> If you like to follow me on twitter,my username is <a href=" http:// twitter.com/nickrp">@nickrp</a>.</p> For twitter we can say @nickrp. For facebook what do we write in the blank space <a href="http:// facebook.com/name> ____?????_</a>.</p> Thanks
JACOB VARGHESE
Front End Web Development Techdegree Student 1,670 PointsThanks Zac.It worked.
Zachary Kaufman
1,463 PointsGreat glad to hear it. To make this thread count as answered please choose a "Best Answer" so that no one else tries to solve this. Good luck with the rest of your coding :)