這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

DC Simple Share Buttons

描述

As the name implies, this social sharing plugin is simple and loads pretty fast. The buttons do not rely on external resources to load, it’s written in PHP, HTML and CSS.

There’s an option to show the buttons on posts and pages. You can also put the buttons anywhere in your template using this template tag:

<?php dc_social_share_tag(); ?>

You can also display using this shortcode in single posts and pages:

[dc-social]

Please note that these buttons do not show share counts. The essence of the whole thing is to keep it very simplified.

The only button that requires a little snippet of JS to work is the Pinterest button but this does not slow down your site in anyway. A demo of the plugin can be seen here: http://geek.ng/

螢幕截圖

  • Share buttons appearance at the frontend
  • Plugin backend settings

安裝

  1. Upload ‘plugin-name.php’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the “Plugins” menu in WordPress

You can also upload directly from WordPress dashboard > Plugins > Add New > Upload. Activate the plugin and you’re good to go.

常見問題

How do I show share counts?

This plugin isn’t meant to do that. The essence of the whole thing is to keep it simplified?

How do I show the buttons in certain areas of my websites not available through the plugin settings… for example, above posts?

You can use the template tag below:

<?php dc_social_share_tag(); ?>

You can also use this shortcode:

[dc-social]
Can I change the “Like this article?” text?

Yes, you can use any custom text. You can set that through the settings page. If you’re also using the template tag, you can simply write it this way:

<?php dc_social_share_tag('Custom Text Here'); ?>

評價

2017年2月7日
This is one of the best plugins and it super loads fast! Thanks for this wonderful share Dc, i will be using it on [Link removed]
閱讀全部10個評價

貢獻者及開發者

“DC Simple Share Buttons” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 DC Simple Share Buttons 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

Version 1.0

Initial release.