
Social provider settings
Social Media Feather is a lightweight WordPress plugin that helps you add social sharing and follow buttons to your site in minutes. It is built for performance, simplicity, and clean design.
You can automatically display social buttons on posts, pages, and custom post types, or insert them manually using widgets, shortcodes, or template tags.
The plugin supports both sharing and follow features across major social networks. It also includes Retina-ready icons for high resolution displays.
Allow visitors to share your content on:
Display links to your social profiles:
You can disable buttons on specific posts using custom fields:
synved_social_exclude_share = yessynved_social_exclude_follow = yessynved_social_exclude = yesEnable Custom Fields in Screen Options to use this feature.
Basic sharing buttons:
[feather_share]
Limit networks and order:
[feather_share show=”twitter, facebook” hide=”reddit, pinterest, linkedin, tumblr, mail”]
Change icon skin:
[feather_share skin=”wheel”]
Set icon size:
[feather_share size=”64″]
Add custom class:
[feather_share class=”myclass”]
Follow buttons:
[feather_follow]
Follow buttons with skin and size:
[feather_follow skin=”balloon” size=”64″]
Custom share URL:
[feather_share url=”http://www.example.org”]
For developers:
Sharing buttons:
if (function_exists(‘synved_social_share_markup’)) echo synved_social_share_markup();
Follow buttons:
if (function_exists(‘synved_social_follow_markup’)) echo synved_social_follow_markup();
By installing this plugin you agree to the Privacy Policy and Terms of Service:
https://sharethis.com/privacy/