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

Sharing is Caring

外掛說明

Displays the social widgets from Facebook, Twitter, Google+ and Pinterest with your posts. It also adds some meta tags for opengraph and schema.org as recommended by Facebook and Google. The standard method to do this is by filtering the content of the posts, which is controlled by the options in the admin menu. Buttons can also be displayed by the shortcode [sic] with ability to disable individual buttons for that instance of the shortcode. You can also add it to your theme with do_action(‘sic_sharing’); where you want it to render.

Allows some custom text and css insertion as well as most options for the buttons in the admin page. Compatible with html5 (optional).

螢幕擷圖

  • Buttons
  • Admin page options part 1: basic and extended settings
  • Admin page options part 2: controls for the individual buttons

安裝方式

This section describes how to install the plugin and get it working.

Manual Install

  • Download the plugin from the wordpress plugin directory
  • Unzip the plugin
  • Upload /sharing-is-caring/ directory to the /wp-content/plugins/ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress

Automatic Install

  • Go to the admin page and select the ‘Plugins’ menu, use the ‘Add new’ menu item
  • Search for the plugin
  • Press the “Install Now” button
  • Activate the plugin

Administer it from the ‘Sharing is Caring’ submenu of the ‘Settings’ menu.

常見問題集

Where can I get support for this plugin?

Comment on the post at http://michaelbea.com/sharing-is-caring/

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Sharing is Caring〉的開發相關工作。

參與者

將〈Sharing is Caring〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0

  • Initial release

1.1

  • Fixed: meta tags for each post were listed on pages with multiple posts
  • Fixed: apostrophes and quotes were improperly escaped in description meta tags

1.1.1

  • Fixed: Pinterest button only displayed horizontal count
  • Updated screenshots

1.1.2

  • Fixed: Fatal Error on conflict with duplicate funtion name in another plugin

1.1.3

  • Fixed: html tags in post titles causing problems with closing quotes

1.2

  • Added: support for custom post type index pages

1.3

  • Added: optional title for button box
  • Added: sic-box, sic-title, and sic-button classes for better css flexibility

1.4

  • Added: [sic] shortcode for manual display

1.4.1

  • Added: [sic] shortcode options to disable display of specific buttons
  • Added: classes sic-facebook, sic-twitter, sic-gplus, sic-pinterest for better css flexibility
  • Added: check for existence of sic_sharing hook for theme integration

1.4.2

  • Fixed: using the last post in the loop when on homepage in some instances.

1.4.3

  • Fixed: using the homepage url for every post on the homepage