
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, plus share buttons for AI assistants such as ChatGPT, Claude and Perplexity. It also includes Retina-ready icons for high resolution displays.
Allow visitors to share your content on:
Or ask an AI assistant about your content:
The AI assistant buttons hand the visitor a prompt asking for a summary of the page, along with the post title and URL.
ChatGPT, Claude, Grok, and Perplexity open a new chat with the prompt already filled in. Copilot and Gemini accept no prompt in a URL, so their buttons copy the prompt to the clipboard and open a blank chat for the visitor to paste into.
All six are off by default. To turn one on, go to Settings > Social Media > Service Providers and set that provider’s Service option to Share.
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”]
Only the AI assistant buttons (they must be enabled in settings first):
[feather_share show=”chatgpt, claude, copilot, gemini, grok, perplexity” hide=”facebook, twitter, 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/