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

Metro Share

描述

Super fast and super customizable social sharing. Adds Facebook, Twitter, Google+, LinkedIn and Email icons to your posts and pages.

Extension plugins

GitHub

The files are also available at GitHub

Credits

  • Metronet – Norwegian WordPress developers
  • DSS – Norwegian Government Administration Services

螢幕截圖

安裝

Simply install, activate and visit the “Sharing icons” settings page.

By default, the plugin displays the sharing icons via the_content(), however
you may wish to display it elsewhere. If this is the case, please install
the “Metro Share Remover” plugin and add the code <?php do_action( 'metroshare' ); ?>
wherever you wish to display the sharing icons.

The plugin is provided with CSS by default, but you can unhook this and add your own. For an example of this, check out the “Metro Share Styles” plugin.

常見問題

  • Q. I want new icons, how do I do that?
  • A. Dequeue the existing CSS and replace it with new CSS. Or try the “Metro Share Styles” plugin.

  • Q. Why is this better than other sharing plugins?

  • A. It’s easier to apply custom styles and features lazy loads it’s scripts so that it won’t bog down your page loads unnecessarily.

  • Q. Why don’t you add an administration page to let us customise the icons?

  • A. This plugin is intended for use by developers. The plugin is intended to be as extensible. Most changes you might like to make can be achieved via a few lines in a short custom plugin (or in your theme).

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

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

對開發相關資訊感興趣?

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

修改日誌

0.5.10

  • Tested & found compatible with WP 4.7.

0.5.9 (30/8/2016)

0.5.8 (4/1/2015)

  • Fixed critical bug affecting people using do_action( ‘metroshare’ )

0.5.7 (2/1/2015)

  • Added documentation for extension plugins
  • Matching transation slug to new WordPress.org requirements
  • Matching indentation and brace coding to new WordPress coding standards

0.5.6 (26/8/2013)

  • Added filter to allow for addition of Google Analytics event tracking code

0.5.5 (15/8/2013)

  • Setup better UX for entering Twitter handles – now removes @ characters automatically

0.5.4 (24/6/2013)

  • Removed redundant form elements and changed to URL with query vars
  • Plugin now works correctly when used multiple times on the same page

0.5.3 (13/6/2013)

  • Added filter for allow users to modify the prefix text. Useful for translations or if you need different text depending on the page.

0.5.2 (4/3/2013)

  • Final touches ready for public release

0.5.1 (13/1/2013)

  • Documentation update

0.5 (13/12/2012)

  • Updated CSS to use WordPress coding standards
  • Added support for adding the content automatically
  • Added _icons to end of some functions to make their names clearer
  • Removed class of .tabs due to clashes with off the shelf scripts
  • Removed unncessary CSS
  • Added plugin upgrade block for security purposes

0.4

  • Initial plugin creation