| 开发者 |
socialmediafeather
scottstorebloom scottmweaver sharethis |
|---|---|
| 更新时间 | 2026年5月22日 02:45 |
| PHP版本: | 5.9 及以上 |
| WordPress版本: | 7.0 |
| 版权: | 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"]
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 = yesDisable 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