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

스크린샷

설치

  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

FAQ

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