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

Dev Share Buttons

外掛說明

Dev Share Buttons

Lightweight Social sharing buttons WordPress plugin built with performance, accessibility & privacy in mind.

Use it to share current post/page on:
– Twitter
– Facebook
– LinkedIn

Usage

The plugin adds a shortcode:

[dsb facebook="true" twitter="true" linkedin="true"]

To use the shortcode within the template, i.e. in the sidebar.php or single.php, you can use the following code:

<?php echo do_shortcode( '[dsb facebook="true" twitter="true" linkedin="true"]' ); ?>

Custom buttons order

You can configure the order of the buttons by changing the shortcode parameters order.

Disable plugin CSS

There is a checkbox in the plugin settings.

Upload custom icons

You can upload the custom icons in the plugin settings.

Can I use SVG icons?

Yes, you can! By default WordPress has SVG support blocked for security reasons. You can install a plugin to enable it (i.e. Safe SVG by 10up).

How to change the icon size, or layout of the icons to vertical?

Use CSS 😉

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Dev Share Buttons〉的開發相關工作。

參與者

〈Dev Share Buttons〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Dev Share Buttons〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1.0

  • Added settings page
  • default SVG icons removed from the plugin

1.0.0

  • The first version released