[WordPress] 外掛分享: WP Favicons plug-in

WordPress 外掛 WP Favicons plug-in 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WP Favicons plug-in」是 2011-01-26 上架。
  • 目前有 20 個安裝啟用數。
  • 上一次更新是 2012-06-20,距離現在已有 4704 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.3 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

cogmios |

外掛標籤

post | links | google | favicon | sidebar |

內容簡介

此外掛會在每個連結前面加上一個易認出的圖示;這可以使您的網站更生動且易識別:相比於沒有圖示的列表,加上圖示的列表會讓使用者立刻認出熟悉的圖示以及獲得更好的使用體驗。就像您的電腦桌面上有100條純文字連結與100個附有應用程式圖示的連結,您會選哪個呢?

注意事項:
1. 此外掛只支援 PHP 版本 5.3 或以上(請參考常見問題)。
2. 此外掛仍處於測試版,直到達到版本 1.0 為止。

功能:
- 包含伺服器組件和客戶端組件,因此您可以在高性能機器上擁有單一圖示伺服器,並透過客戶端請求圖示。您甚至可以為朋友或商業需求設置伺服器。當然,如果您在單個網站上運行,也可以啟用客戶端和伺服器。
- 支援在內容、小工具區域、留言區域和留言作者連結中加入圖示,每個部分都可以自訂樣式。
- 直接從掃描網站、他們的 /favicon.ico,Google 和 getIcon.org 加入圖示。您加入的提供者越多,取得 100% 圖示的機會就越高。然而,一些 URL 會使用有條件的 JavaScript 轉向到包含 favicon 的其他網站,這些 URL 仍然可能被忽略。
- 可以將所有圖示轉換為 PNG 等圖像格式,並支援更多的圖示過濾器。
- 加入預設圖示以取代未提供圖示的網站,預設包含數個 IDENTICONS,如果您懂得 WordPress 程式設計,也可以加入更多預設圖示。
- 支援檔案類型排除:不處理 PDF、ZIP 等等。
- 顯示狀態圖示,包含良好的連結、重定向和錯誤連結,方便清理。您甚至可以將此功能擴展到所有 HTTP 回應代碼。當然,如果您能找到回應 418 的網站,此回應代碼也已經包含在內。
- 提供開發人員過濾器,可以在流程中處理圖像或添加自己的元件。

輕量級:
- 伺服器每30秒僅搜尋一次圖示,並在此期間使用 Google,因此圖示庫會緩慢建立。
- 客戶端請求在1小時內暫存,所以每個唯一的請求每小時只向伺服器發出1次請求(即使訪客點擊該頁面)。
- 伺服器也具有1小時的快取暫存。採用這些方式進行建立,不僅可以提高效率,還有助於保護您的資料庫和權益。不過,如果您有許多外部連結,則伺服器庫會變得非常大(會存儲所有請求和圖示)。

開發人員:
- 可以為每個提供的模組加入自己的外掛。
- 可以添加自己的外掛來定義要篩選的內容部分。
- 可以添加快取外掛。
- 可以添加其他 favicon 來源或儲存庫的外掛。
- 可以添加提供其他預設圖示的外掛。
- 可以添加處理其他檔案類型內容的外掛。
- 此外掛使用外掛框架(GPLv2),因此您也可以複製框架並在其周圍製作自己的外掛,歡迎回報改進或有任何問題時與我聯繫。

語言:
- 此外掛已準備好進行國際化,但因為仍在開發中,目前尚不支援繁體中文。

原文外掛簡介

This plugin puts a recognizable icon before each link; it makes your website lively and
recognizable: Compare listings of dull links to listings with an icon before it: users will
instantly recognize the familiar icons to your benefit. Compare this with the desktop on your
computer: 100 links in plain text or 100 links with app icons, what do you prefer? Exactly!

Note 1: this plugin only supports PHP version 5.3 or later (see FAQ)
Note 2: this plugin is still in BETA until it is at version 1.0

Features:

includes a server component and a client component, so you can have a single icon server on
a high power machine and lots of clients just requesting icons, you could even set up a server
for your friends (or as a business functionality). However ofcourse you can enable both the client
and the server if your run this on just 1 installation,
it also means you can build clients in different languages requesting icons from your server.
add icons in content, widget areas, comment area and comment author link each with its own styling.
If you understand filters in WordPress you can add them to any piece of content.
add icons from scanning sites directly, their /favicon.ico, Google and getIcon.org. The more
providers you add the higher the chance it will get to 100% icons. (however there are some urls
using conditional javascript redirects to other sites containing the favicons that still slip).
image filtes such as converting all icons to PNG. If you understand WordPress filters you can
add more icon filters to build a nice physical directory with icons in your desired format
add default icons (if a site has none), several IDENTICONS is included, you can add more
default icons if you know WordPress coding a bit.
exclusion of filetypes: do not process pdf, zip etc…
status icons showing you: good links, redirects and bad links (handy for cleaning). You can
extend this to all HTTP return codes. 418 however is included if you can find a site that
returns a 418 🙂
lots of developer filters so you can after process image or add your own components in the flow

Low Fat:
The server will search for an icon only every 30 seconds (default) and in the meanwhile use Google
for icons so you will SLOWLY build a good icon base. On top of that the client requests are
transient cached on 1 hour (default) so every unique request only call the server once each
hour (and even then only if a visitor hits that page). On top of that the server has a transient
cache also on 1 hour (default). So … it will build up very slowly with
performance and being nice to your database and providers in mind. However notice that if you have
a lot of outgoing links the server will grow to a large database (it stores all requests and
icons).
Developers:

can add their own plugins for each of the modules provided:
can add their own plugins to define pieces of content to filter
can add plugins to the cache
can add plugins for other favicon sources or repositories
can add plugins for providing other default icons
can add plugins for handling other filetypes content

The plugin uses a plugin framework (GPLv2) so you can also copy the framework and make your
own plugin around it. If you have improvements on it please send them to me.
Languages:
The plugin is ready for internationalization but since I still intent to make a lot
of changes full translation will happen in a later release. I also need to write
some of the inline help.
Contact Info
contact info:
http://edward.de.leau.net/contact

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP Favicons plug-in」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.1 | 0.2 | 0.3 | 0.4.0 | 0.4.1 | 0.4.2 | 0.4.4 | 0.4.5 | 0.4.6 | 0.4.7 | 0.4.8 | 0.4.9 | 0.5.0 | 0.5.1 | 0.5.2 | 0.5.3 | 0.5.4 | 0.5.5 | 0.5.6 | 0.5.7 | 0.5.8 | 0.6.0 | 0.6.1 | 0.6.2 | 0.6.3 |

延伸相關外掛(你可能也想知道)

  • PS Auto Sitemap 》PS Auto Sitemap 是一個 WordPress 外掛,自動從您的 WordPress 網站生成網站地圖頁面。, 對於初學者來說,安裝非常容易;對於專家來說,定制也非常容易。您...。
  • Post Type Switcher 》這個外掛在文章編輯介面中新增了一個簡單的文章型別下拉選單,讓你可以重新指派任何文章至新的文章型別。你可以在編輯文章時更換文章的型別。, 支援的型別, ...。
  • Post Duplicator 》這個外掛是用來製作選定文章的完全一模一樣複製。它支援自訂文章類型、自訂分類和自訂欄位。, *注意: 評論不會被複製到新文章。, 這個外掛的目的是為了快速且...。
  • Optimize Database after Deleting Revisions 》這個外掛是一個「一鍵式」WordPress資料庫清理/優化器。, 主要功能, , 刪除文章、頁面和/或自訂文章類型的修訂版本(您可以選擇保留最近的「X」個修訂版本,...。
  • Advanced Excerpt 》這個外掛可以改進 WordPress 原有的摘錄文章功能。, , 保留摘錄中的 HTML 標記,並可自選需要保留的標記, 按字元數或字數截斷摘錄, 只計算「真正的」文字(HT...。
  • Add From Server 》這個外掛提供有限的支援。請不要期望有太多新功能或修正 bug。功能可能隨時被移除。, Add From Server 外掛旨在幫助緩解不好的網站主機所造成的困擾,讓您可...。
  • Page and Post Clone 》這個外掛可以透過一個按鈕來複製貼文或頁面,現在您不必從零開始進行新頁面或貼文的樣式設計。, 這個外掛的主要功能包括:, , 建立一個頁面複本,保留所有內...。
  • WP Page Widget 》這款外掛讓小工具的選擇變得更加容易。啟用此外掛後,我們可以選擇要顯示在特定頁面/文章/自訂文章類型中的小工具。, 請注意,使用此外掛時必須啟用側邊欄主題。。
  • WP Total Hacks 》WP Total Hacks 可以在您的 WordPress 網站上自訂超過 20 個設置。, 此外掛已在 GitHub 上發布。, 一些功能:, 您可以選擇啟用或停用所有項目。, 需要 PHP5!...。
  • Revision Control 》**本外掛不提供支援。仍可使用,但請勿期待得到支援要求的回應或對「這無法運作」進行回應。**, Revision Control 是 WordPress 的一款外掛,可以讓使用者更...。
  • Reveal IDs 》WordPress 2.5版本發佈後,所有管理頁面的ID都被刪除了。這應該是因為普通用戶不需要它們。但對於高級WordPress用戶和開發人員來說,這些ID對某些外掛或模板...。
  • Bulk Delete 》Bulk Delete 是一個 WordPress 外掛,可以根據不同的條件和過濾器批次刪除文章、頁面、附件、使用者和元資料。此外掛支援以下條件和過濾器:, , 刪除文章, , ...。
  • WP Admin UI Customize 》, 儀表板, 顯示選項標籤, 輸出 - 元網站, 管理工具列 (Toolbar), 側邊選單 (Side menu), 元箱的管理, 登入畫面, 其他功能, , 這些自訂化都是可以實現的。, , ...。
  • Themify Portfolio Post 》Themify Portfolio Posts 是一個簡單的外掛,允許您展示乾淨版面的專案資訊。簡約而精美,您可以點擊您的圖庫專案的每張圖片,選擇顯示更多細節,例如專案類...。
  • Essential Content Types 》Essential Content Types 是一個 WordPress 外掛程式,讓您可以在您的網站上以不同的內容/文章類型展示出優秀的內容。這些內容/文章類型可能會被 WordPress ...。

文章
Filter
Apply Filters
Mastodon