Linux 软件免费装
Banner图

ImageFeaty — Automatic Blog Covers & Social Images

开发者 themicly
rkb007
更新时间 2026年7月9日 10:28
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

featured image open graph social image auto generate og image

下载

1.0.0

详情介绍:

ImageFeaty turns every published post into a set of professionally branded images — no design tool required. When you publish or update a post, ImageFeaty composes a cover from the title, category, author, date, your brand logo and colours, then wires the correct Open Graph and Twitter meta tags into your site's <head> automatically. It's Canva-style automation, built natively for WordPress — and it's completely free. Features Privacy Image generation runs entirely on your own server using the PHP GD library. ImageFeaty makes no external requests — nothing about your content ever leaves your site. Developers ImageFeaty is OOP with a small DI container, a service layer, and the repository pattern. Extend it with filters: imagefeaty_register_templates, imagefeaty_is_pro, imagefeaty_can, imagefeaty_excluded_post_types, and imagefeaty_output_meta_tags.

安装:

  1. Upload the imagefeaty folder to /wp-content/plugins/, or install via Plugins → Add New.
  2. Activate the plugin through the Plugins screen.
  3. Visit ImageFeaty → Settings to set your logo, brand colours and fonts.
  4. Publish a post — your covers are generated automatically.

屏幕截图:

  • Templates — six branded packs with live in-browser previews rendered from your brand kit.
  • Design Studio — the design engine for the Custom Layout: gradient presets, backdrop image and per-element positioning, with every template previewed live.
  • Settings — brand logo, colours and fonts, plus generation rules, image variants and output options.
  • Tools — bulk generation, regeneration and diagnostics.
  • Example generated cover.

升级注意事项:

1.0.0 First public release of ImageFeaty.

常见问题:

Does ImageFeaty require an external service?

No. Image generation runs entirely on your own server with the GD library — ImageFeaty makes no external requests.

Will it overwrite my existing featured images?

Only if you enable "Overwrite existing" in Settings. By default ImageFeaty skips posts that already have covers.

My text looks like a plain bitmap font. Why?

Your server is missing FreeType support in GD, so ImageFeaty falls back to GD's built-in font. Ask your host to enable FreeType for crisp TrueType rendering.

Can I use my own font?

Yes. In ImageFeaty → Settings, set the heading font to "Custom font" and upload a TTF or OTF file. It is applied to every generated cover.

Will non-Latin titles (Cyrillic, Greek, etc.) work?

Yes. The bundled fonts are Latin-only, but ImageFeaty automatically detects missing glyphs and falls back to the bundled Noto Sans (Latin, Cyrillic, Greek and more). CJK and Arabic require a matching font to be installed on the server; ImageFeaty will use it automatically if present.

Does it work with my SEO plugin?

Yes. If your SEO plugin already outputs social meta, use the imagefeaty_output_meta_tags filter to let it take over, or simply disable those variants.

更新日志:

1.0.0