Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jon W
6,185 PointsThe footer social links on Allison's site
The links to twitter, facebook, linkedin etc. Are they using a WordPress widget or hard coded into HTML?
2 Answers

Solomon Scott
20,586 PointsThe social media links were coded using SymbolSet http://symbolset.com/.

Solomon Scott
20,586 PointsFor the most part it common to include a WordPress plugin for social media buttons, however, if you are coding a theme for a client then you can get away with hand coding them so that you can customize them since the links don't change often.

Jon W
6,185 PointsThanks Solomon.
Jon W
6,185 PointsJon W
6,185 PointsHey there Solomon, thanks for your reply. So there wasn't an option to change the links within the WordPress Dashboard/Admin page? I don't mind hardcoding the links directly in the template file but just wanted to know what is best practice in a WordPress theme.