A WordPress plugin that automatically generates beautiful SVG OpenGraph images for social media sharing.
- Automatic Social Sharing - Works with Facebook, Twitter, LinkedIn, Discord, Slack, WhatsApp
- Dynamic Content - Uses your site title and page titles
- Avatar Integration - Upload your profile image
- 5 Color Schemes - Blue, Purple, Dark, Green, Gabriel Kanev theme
- Bulk Generation - Generate images for all posts at once
- Media Library Integration - Images appear in WordPress media library
- Easy Management - View, regenerate, and clean up images from admin panel
- Upload the plugin folder to
/wp-content/plugins/
- Activate the plugin through WordPress admin
- Go to Settings → OpenGraph SVG
- Upload your avatar image
- Choose your color scheme
- Save settings
The plugin works automatically once activated. Every page on your site will have a unique OpenGraph image when shared on social media.
Generate Images for All Posts:
- Go to Settings → OpenGraph SVG
- Click "Generate All Images"
- Wait for the process to complete
Image URLs:
- Homepage:
yoursite.com/og-svg/home/
- Specific pages:
yoursite.com/og-svg/[post-id]/
- Avatar Image: Your profile photo (200x200px recommended)
- Color Scheme: Choose from 5 professional themes
- Show Tagline: Include/exclude site tagline
- Post Types: Enable for posts, pages, custom types
- Fallback Title: Text for pages without titles
If OpenGraph URLs return 404 errors:
- Go to Settings → OpenGraph SVG
- Click "Fix URL Issues"
- Test URLs with "Test URLs" button
If images don't appear:
- Check that your post type is enabled in settings
- Use "Generate All Images" to create missing images
- Verify upload directory is writable
# Generate images for all posts
wp og-svg generate
# Force regenerate all images
wp og-svg generate --force
# Generate for specific post type
wp og-svg generate --post-type=post
# Show statistics
wp og-svg stats
# Test URLs
wp og-svg test
# Clean up all images
wp og-svg cleanup
- WordPress 5.0+
- PHP 7.4+
- Pretty permalinks enabled (recommended)
- Writable uploads directory
GPL v2 or later