內容簡介
此外掛會在每個連結前面加上一個易認出的圖示;這可以使您的網站更生動且易識別:相比於沒有圖示的列表,加上圖示的列表會讓使用者立刻認出熟悉的圖示以及獲得更好的使用體驗。就像您的電腦桌面上有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
