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

WordPress

Jon W
Jon W
6,185 Points

The 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
Solomon Scott
20,586 Points

The social media links were coded using SymbolSet http://symbolset.com/.

Jon W
Jon W
6,185 Points

Hey 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.

Solomon Scott
Solomon Scott
20,586 Points

For 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
Jon W
6,185 Points

Thanks Solomon.