[FEATURE] OG Image Text Overlay Generator #7

Closed
opened 2026-05-23 22:29:51 +00:00 by jmiller · 0 comments
Owner

Feature Description

Generate branded social sharing images by overlaying article title onto a template background image.

Problem or Use Case

Sites want unique, branded preview images per article (like dev.to auto-generates). Eliminates manual graphic design.

Proposed Solution

  • Template image (brand background) in plugin settings
  • Auto-generate 1200x630px image with article title overlay
  • Font config (TTF/OTF, size, color, position)
  • Text wrapping and truncation
  • Per-article override to disable

Implementation Details

  • New ImageGenerator class using GD/Imagick
  • Save to images/mokoog/generated/
  • Regenerate on title change
## Feature Description Generate branded social sharing images by overlaying article title onto a template background image. ## Problem or Use Case Sites want unique, branded preview images per article (like dev.to auto-generates). Eliminates manual graphic design. ## Proposed Solution - Template image (brand background) in plugin settings - Auto-generate 1200x630px image with article title overlay - Font config (TTF/OTF, size, color, position) - Text wrapping and truncation - Per-article override to disable ## Implementation Details - New ImageGenerator class using GD/Imagick - Save to images/mokoog/generated/ - Regenerate on title change
jmiller added the enhancementpriority: low labels 2026-05-23 22:29:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomOpenGraph#7