Font Finder for WhatFontIs

外掛說明

Font Finder for WhatFontIs helps you identify matching fonts from:

  • an image URL, or
  • an uploaded image file.

The plugin connects to the WhatFontIs.com API and returns a list of matching fonts with preview images and links to font pages.

Features:

  • Admin settings page for API key and default result limit
  • URL image lookup
  • Upload image lookup (base64 to API)
  • Adjustable results limit (1-20)
  • Frontend shortcode: [whatfontis_font_finder]
  • Source image preview for easier visual comparison
  • Admin page and frontend results UI

螢幕擷圖

  • Main Settings.
  • Results list.

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin in WordPress admin
  3. Go to Font Finder > Settings
  4. Paste your WhatFontIs API key and save
  5. (Optional) Add shortcode [whatfontis_font_finder] to any page

常見問題集

Where do I get the API key?

Log in on WhatFontIs and open:
https://www.whatfontis.com/API-identify-fonts-from-image.html

Then search for: Your API key.

Which file types are supported for upload?

JPG, JPEG, PNG, GIF, WEBP, BMP.

What happens if I provide both URL and upload?

Uploaded image has priority and is sent as base64.

Is there a shortcode for frontend usage?

Yes. Use: [whatfontis_font_finder].

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Font Finder for WhatFontIs〉的開發相關工作。

參與者

將〈Font Finder for WhatFontIs〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.6.4

  • Prefixed main plugin class name for WordPress coding standards

1.6.3

  • Fixed source preview sanitization/output flow for uploaded images
  • Added stricter escaping strategy for rendered HTML blocks
  • Improved Plugin Check compatibility for nonce/input checks
  • Minor hardening and cleanup for submission readiness

1.6.0

  • Renamed plugin and text domain for directory compliance
  • Improved input validation and sanitization flow
  • Removed remote UI assets from plugin pages
  • Kept frontend source preview and result cards
  • Updated compatibility notes for PHP 7.0+

1.5.4

  • PHP 7.0 compatibility update
  • Added fallback when mbstring is unavailable
  • Improved request-method guards

1.5.3

  • Removed loading overlay
  • Improved frontend results flow