Skip to content

FAQ

It generates branded share images (especially Open Graph images) from Gutenberg templates mapped to post and site data, rendered on your WordPress server.

No. Generation uses PHP and Imagick on your WordPress host. Images are stored on your server (CoverKit cache and uploads when saving previews).

Which WordPress and PHP versions are required?

Section titled “Which WordPress and PHP versions are required?”

WordPress 7.0+ and PHP 8.1+ with Imagick.

CoverKit → Add New (or Media → CoverKit). Templates are not regular posts or pages.

A use case defines how a template is used to produce an image—for example Open Graph image or sidebar preview. You enable and configure them per template in the editor sidebar. See Use cases overview.

  • Open Graph image — front-end share meta
  • Sidebar image — editor sidebar preview
  • Minimal — base profile without extra front-end hooks

What size should I use for social sharing?

Section titled “What size should I use for social sharing?”

1200×630 pixels is the Open Graph recommendation. See Open Graph image for design tips and safe zones.

Built-ins include post title, excerpt, content, date, permalink, author, categories, tags, featured image, site name/description/URL/logo, plus custom field sources when the mapping UI lists them.

Yes. Use {post_title} style tokens in shape text; they resolve when the image is generated.

When enabled on a template, CoverKit prints og:image (and related tags) on eligible views. The image URL is served from your site (REST-backed generated image). See Open Graph image.

Some routes that serve generated bytes are public (Open Graph and canvas cache URLs) so social crawlers can fetch them. Preview and registry routes require editor capabilities. See REST API.

Global default format is set in Settings → CoverKit (png, jpg, jpeg, gif, webp). Individual use cases may recommend specific formats.

CoverKit may be serving a cached file on your server—clear the template cache. Social networks also cache link previews separately; fixing CoverKit does not instantly refresh Facebook or LinkedIn thumbnails.

Yes. Register types with coverkit_register_use_case() on the coverkit_init action. See Custom use cases and use cases and output profiles.