外掛說明
Simple Social Icons 簡單易用,並顯示能將網站訪客連結至與網站相關的社交網路服務資料頁面的圖示。使用這個外掛,網站管理員便能連結資料頁面、自訂圖示色彩及尺寸,並將圖示靠左、置中、靠右對齊,完全不需要外掛設定頁面,全部都可以在小工具表單內完成。
注意事項:這個外掛已不再使用 simple_social_default_glyphs filter
篩選器。
安裝方式
- 將外掛安裝壓縮檔解壓縮所得的
simple-social-icons
資料夾上傳至網站的/wp-content/plugins/
目錄中。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 在 [小工具] 選單中,將名為 Simple Social Icons 的小工具拖放至小工具區域。
- 設定標題、圖示尺寸及色彩,以及各個社交網路服務資料的網址,便能完成小工具的組態。
常見問題集
-
圖示是否可以重新排序?
-
可以,使用篩選器便可將圖示重新排序。請參閱這份文件。
-
是否可以新增圖示?
-
可以,使用篩選器便可新增圖示。請參閱這份文件。
-
網站的圖示在更新後遭到變更
-
如果網站目前使用的佈景主題包含自訂圖示樣式,網站管理員可以將以下內容加入這個佈景主題的 functions.php 檔案中:
add_filter( 'simple_social_disable_custom_css', '__return_true' );
這項操作會移除 Simple Social Icons 小工具設定中的圖示樣式,並能防止這個外掛覆寫佈景主題自訂樣式。
-
這個外掛支援哪些服務?
-
- Amazon
- Behance
- Bloglovin
- Bluesky
- Diaspora
- Dribbble
- 電子郵件
- Etsy
- Flickr
- GitHub
- Goodreads
- Mastodon
- Medium
- Meetup
- Periscope
- 電話號碼
- RSS
- Snapchat
- Substack
- Telegram
- Threads
- TikTok
- Tripadvisor
- Tumblr
- X
- Vimeo
- YouTube
請注意:這個外掛中顯示的代表圖示,其權利屬於對應公司的商標或版權。
使用者評論
參與者及開發者
以下人員參與了開源軟體〈Simple Social Icons〉的開發相關工作。
參與者變更記錄
3.2.5
- Added Diaspora icon
3.2.4
- Improve Bluesky icon alignment
3.2.3
- Added Bluesky icon
3.2.2
- Added Etsy, Substack and Telegram icons
3.2.1
- Fixed issue with new icons
3.2
- Added Threads and Mastodon icons
- Updated X / Twitter icon
3.1.2
- Changed ownership from StudioPress to OsomPress. You can read more details about it in https://osompress.com/4-new-plugins-join-osompress-family/.
3.1.1
- Added Amazon, Goodreads, Meetup, Reddit, TikTok, Tripadvisor, and WhatsApp icons
- Updated GitHub icon
- Removed Google+ and StumbleUpon icons
3.1.0
- Add escaping to output
- Remove the svgxuse.js script
3.0.2
- Fixed issue where icons can fail if there is a space anywhere in its URL.
3.0.1
- Remove Grunt
- Fix AMP compatibility
3.0.0
- Obfuscate email address from spambots
- Prevent email links to open in new window if option selected
- Fix saving email by removing http:// from it
- Allow icons to accept transparent color on border and background
- Fix phone by removing http:// from it
- Updated Medium logo
- Added a proper uninstall hook
- Added a filter to disable the CSS
- Added filter to update the HTML markup
2.0.1
- Fixed typo in Snapchat icon markup
- Made CSS selectors more specific
- Added classes to each icon
- Added plugin version to enqueued CSS
- Updated Google + icon
2.0.0
- Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
- Switched to svg, rather than icon font
1.0.14
- Accessibility improvements: change icon color on focus as well as on hover, add text description for assistive technologies
1.0.13
- Add textdomain loader
1.0.12
- Prevent ModSecurity blocking fonts from loading
1.0.11
- Update enqueue version for stylesheet, for cache busting
1.0.10
- Update textdomain, generate POT
1.0.9
- PHP7 compatibility
1.0.8
- Added border options
1.0.7
- Added Bloglovin icon
1.0.6
- Added filters
1.0.5
- Updated LICENSE.txt file to include social extension
1.0.4
- Updated version in enqueue script function
1.0.3
- Added Tumblr icon
1.0.2
- More specific in the CSS to avoid conflicts
1.0.1
- Made color and background color more specific in the CSS to avoid conflicts
1.0.0
- Switched to icon fonts, rather than images
0.9.5
- Added Instagram icon
0.9.4
- Added YouTube icon
- Added bottom margin to icons
0.9.3
- Fixed CSS conflict in some themes
0.9.2
- Added new profile options
- Changed default border radius to 3px
0.9.1
- Fixed some styling issues
0.9.0
- Initial Beta Release