Social media links are a hugely important part of any blog. In this really short snippet I’ll show you how to add Social Share links to your WordPress blog.
You can put the following code inside the loop in whatever file you want (most likely single.php
or content-single.php
depending on your theme). Please note that this requires having Font Awesome installed on the theme. If you aren’t sure how to install Font Awesome, check out my very short tutorial on getting it installed on your theme.
References:
- http://perishablepress.com/fully-valid-seo-friendly-social-media-links-for-wordpress/
- https://css-tricks.com/snippets/wordpress/automatic-social-media-links/
This was just a short snippet but hopefully you can find a use for it in your WordPress theme. As always thank you for reading and please share it around as much as you can! Please feel free to put any suggestions or ideas for future tutorials in the comments section below.