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

Social Links Icons

外掛說明

Social Links Icons allows you to simply group and manage links to your social networks and display them on your pages.

Currently the plugin manages more than 20 social networks such as Facebook, Twitter, Youtube, Instagram, Twitch, Github, LinkedIn, … If you wish, you can also add your own social networks!

In addition, the plugin also allows you to configure the icons and colors of each social network.

螢幕擷圖

  • Default plugin interface

安裝方式

  1. Upload the entire social-links-icons folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Configure the links and icons in the “Setting” tab.

常見問題集

Which social networks are supported by default ?
  • Behance
  • Blogger
  • Discord
  • Dribbble
  • Facebook
  • Flickr
  • Github
  • Google Play
  • Instagram
  • Linkedin
  • Medium
  • Pinterest
  • Reddit
  • Skype
  • Slack
  • Snapchat
  • Soundcloud
  • Stackoverflow
  • Steam
  • Telegram
  • Tumblr
  • Twitch
  • Twitter
  • Vimeo
  • WhatsApp
  • Youtube
Where to find Svg icons ?

You can find icons on one of the following sites: https://iconmonstr.com/, https://www.flaticon.com/, https://icones8.fr/icons, https://icomoon.io/app/#/select.

How to view social networks on a page?

To view the list of social networks, you can use the following shortcode:

// To display the list of with the name of the social network
[sli-list]

or

// To display the list of with the social network icon
[sli-list content="svg"]

If you want to change the HTML code generated: see documentation

How to display social networks in a template?

global $socialLinksIcons;
$networks = $socialLinksIcons->all();
foreach($networks as $network) {
// Do something
}

How to add a social network ?

You can simply add social networks, please read the document: see documentation

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Social Links Icons〉的開發相關工作。

參與者

將〈Social Links Icons〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1.1

bug correction of version 🙁

1.1.1

Translate view

1.1.0

Translation of the plugin into French

1.0.0

First release