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

EasyRotator Social Add-On

外掛說明

Please note: This plugin requires EasyRotator for WordPress.

This plugin enhances the functionality of EasyRotator for WordPress by making social sharing buttons automatically appear when hovering over any photo in a rotator.

Requirements:

Important Links:

EasyRotator is a registered trademark of Magnetic Marketing Corp dba DWUser.com.

螢幕擷圖

  • A rotator with social sharing buttons enabled

安裝方式

  1. Upload the easyrotator-social-addon folder and all of its contents into your plugins directory (/wp-content/plugins/ by default)
  2. Open the WordPress admin panel and go to the ‘Plugins’ page
  3. Activate the new ‘EasyRotator Social Add-On’ item in the list of plugins

To enable social sharing for a single rotator:

Locate the EasyRotator shortcode in the post or page editor; for example:

[easyrotator]erc_00_xxxxxxx[/easyrotator]

Add social="true" as a shortcode parameter:

[easyrotator social="true"]erc_00_xxxxxxx[/easyrotator]

To enable social sharing for all rotators:

Use the plugin editor to edit this line in the easyrotator-social-addon.php file:

const APPLY_TO_ALL_ROTATORS = false;

Change the value to true:

const APPLY_TO_ALL_ROTATORS = true;

常見問題集

I’m having trouble getting started with EasyRotator for WordPress or the Social Add-On; what can I do?

Please see the detailed installation and usage instructions on our website. If you can’t find the answer there, we offer responsive complimentary support.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈EasyRotator Social Add-On〉的開發相關工作。

參與者

將〈EasyRotator Social Add-On〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • First release