Overall, I love this plugin. I have only one issue (less important issue).
For some reason, Linkedin social button is missing in the widget area. I checked the URL of my Linkedin profile (on a incognito window). So, the link works.
Is it a bug or am I missing something?
Thanks.
http://wordpress.org/extend/plugins/easy-social-media/
I figured it out.
On easy-social-widget.php file, insert the following code (until the author puts it officially...
if(get_option('easy_social_linkedin') != "") {
echo '<a href="'.get_option('easy_social_linkedin').'" target="_blank" class="social-icon linkedin-icon">linkedin</a>';
}
Hope this helps someone
osuthorpe
Member
Posted 5 months ago #
Plugin has been updated to include Linkedin, Thanks for finding this!