Linux 软件免费装
Banner图

Seed Social

开发者 SeedThemes
seedwebs
更新时间 2024年5月15日 16:09
捐献地址: 去捐款
PHP版本: 5.3 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

social facebook share twitter line

下载

1.1.0 1.2.0 1.2.5 1.2.6 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.3.0 1.3.1 2.0.3 2.0.4 2.0.5 2.0.6 1.0.0 0.9.2 1.2.1 1.2.4 1.2.7 1.2.9 2.0.0 2.0.1 2.0.2

详情介绍:

Just upload this plugin to WordPress and activate it. The plugin will add social sharing buttons under post content. You can enable each social network and change settings via Settings → Seed Social. Official development of Seed Social is on GitHub, with official stable releases published on WordPress.org. The GitHub repo can be found at https://github.com/SeedThemes/seed-social. Please use the Support tab for potential bugs, issues, or enhancement ideas.

安装:

  1. Upload the plugin files to the /wp-content/plugins/seed-social directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

屏幕截图:

  • Mobile Version
  • Settings

升级注意事项:

1.3.0
  • New: Support BBPress
  • New: Change buttons CSS, easier to modify.
  • New: Example CSS in readme.
  • Tweak: Settings description.
  • Fix: Position setting disappeared if WooCommerce is not activate.

常见问题:

How to disable some social networks

  • Go to Settings → Seed Social.

Image not shown on social network / facebook post?

How to add buttons manually in template files?

  • Add seed_social() function after "The Loop" in template files, such as page.php, single.php or archive.php.
if(function_exists('seed_social')) {seed_social();}

How to add buttons manually in content?

  • Add this short code in the content box (Visual Editor or WYSIWYG Editor.)
[seed_social]

Can you suggest CSS to align buttons center?

  • You can add this CSS code in Appearance → Customize → Additional CSS
.seed-social { text-align: center; }

Can you suggest CSS to make buttons rounded?

  • You can add this CSS code in Appearance → Customize → Additional CSS
.seed-social a { min-width: 40px; width: 40px; height: 40px; border-radius: 50%; } .seed-social i { width: 20px; height: 20px; background-size: 100%; } .seed-social span.text, .seed-social span.count { display: none; }

更新日志:

2.0.6 2.0.5 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.4.0 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.9 1.2.8 1.2.7 1.2.6 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0 0.9.2