| 开发者 |
socialmediafeather
scottstorebloom scottmweaver sharethis |
|---|---|
| 更新时间 | 2026年8月21日 01:58 |
| PHP版本: | 5.9 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 |
| 版权网址: | 版权信息 |
synved_social_exclude_share = yessynved_social_exclude_follow = yessynved_social_exclude = yes[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"]
Template Tags
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();
Related Links
/wp-content/plugins/ and activate it.Use custom fields:
synved_social_exclude_share = yessynved_social_exclude_follow = yessynved_social_exclude = yesThey are off by default. Go to Settings > Social Media > Service Providers and set the Service option to Share for ChatGPT, Claude, Copilot, Gemini, Grok, or Perplexity.
Neither accepts a prompt in a URL, so those buttons copy the prompt to the clipboard and open a blank chat instead. The visitor pastes it into the chat box.
Disable automatic display in Settings > Social Media, then use widgets under Appearance > Widgets.
Edit the Twitter Share URL:
From:
http://twitter.com/share?url=%%url%%&text=%%message%%
To:
http://twitter.com/share?url=%%url%%&text=%%title%%
Use a proper OpenGraph plugin such as Yoast SEO. Then clear cache using: https://developers.facebook.com/tools/debug/
Check browser extensions like ad blockers. They may block social icons.
This is usually caused by a lightbox plugin. Update or replace the conflicting plugin.
Add custom CSS in Settings > Social Media:
Example:
.synved-social-button { margin-left: 10px !important; }
image attribute for shortcodes