Your book cover is working well on social media, but we can optimize it further for better performance across different platforms.
- Source Image:
assets/covers/watts-wrong-cover.png - Current Dimensions: 1024x1536 pixels (3:4.5 aspect ratio)
- File Size: ~500KB (estimated)
- Status: ✅ Working but not optimized for social media
- Dimensions: 1200x630 pixels (1.91:1 aspect ratio)
- File:
assets/covers/watts-wrong-social-og.png - Use Case: Facebook, LinkedIn, WhatsApp, Discord
- Priority: High
- Dimensions: 1200x675 pixels (16:9 aspect ratio)
- File:
assets/covers/watts-wrong-social-twitter.png - Use Case: Twitter/X, Reddit
- Priority: High
- Dimensions: 600x600 pixels (1:1 aspect ratio)
- File:
assets/covers/watts-wrong-social-square.png - Use Case: Instagram, Pinterest, general social media
- Priority: Medium
- Go to canva.com
- Create a custom design with the required dimensions
- Upload your current cover image
- Crop/resize to fit the new dimensions
- Download as PNG
- Go to squoosh.app
- Upload your cover image
- Use the resize tool to set new dimensions
- Optimize for web (reduce file size)
- Download the optimized image
# Open source image in editor
# Create new canvas with target dimensions
# Copy and resize source image to fit
# Ensure main elements (lightbulb, text) are visible
# Export as PNG with optimization# Install ImageMagick first
brew install imagemagick # macOS
apt-get install imagemagick # Ubuntu
# Create Open Graph image
convert assets/covers/watts-wrong-cover.png -resize 1200x630! assets/covers/watts-wrong-social-og.png
# Create Twitter image
convert assets/covers/watts-wrong-cover.png -resize 1200x675! assets/covers/watts-wrong-social-twitter.png
# Create square image
convert assets/covers/watts-wrong-cover.png -resize 600x600! assets/covers/watts-wrong-social-square.png- Cracked lightbulb (central focus)
- Wind turbines (renewable energy symbol)
- Industrial smokestacks (fossil fuel contrast)
- Text: "BRITAIN'S ENERGY SYSTEM AND HOW TO FIX IT"
- Color scheme: Blue, amber, and red from current design
- Center the lightbulb - it's the main visual element
- Keep the wind turbines visible on the left
- Include the smokestacks on the right for contrast
- Ensure text is readable - may need to adjust size/position
- Maintain visual balance across the cropped area
- Target file size: < 500KB per image
- Format: PNG for quality, JPG for smaller files
- Compression: Balance quality vs. file size
- Testing: Check how images look on actual social platforms
- Go to Facebook Sharing Debugger
- Enter your website URL
- Check how the image appears
- Clear cache and re-test if needed
- Go to Twitter Card Validator
- Enter your website URL
- Preview how it will appear on Twitter
- Go to LinkedIn Post Inspector
- Enter your website URL
- Check the preview
- Create the optimized images using one of the methods above
- Save them to
assets/covers/with the exact filenames:watts-wrong-social-og.pngwatts-wrong-social-twitter.pngwatts-wrong-social-square.png
- Test the website build:
npm run build:website
- Test social sharing using the debugger tools above
- Deploy and verify on your live website
After implementing optimized images, you should see:
- ✅ Better image quality on social media
- ✅ Consistent appearance across platforms
- ✅ Faster loading with optimized file sizes
- ✅ Professional presentation in social feeds
- ✅ Higher engagement due to better visual appeal
- Check file paths are correct
- Verify images are accessible via URL
- Clear social media cache using debugger tools
- Ensure source image is high resolution
- Check compression settings
- Verify dimensions are exact
- Double-check image dimensions
- Test on multiple platforms
- Adjust cropping as needed
If you need assistance creating these images:
- Use Canva - easiest option with templates
- Hire a designer on Fiverr/Upwork for professional results
- Ask in design communities - Reddit r/design, Discord servers
- Use AI tools - Midjourney, DALL-E for variations
The optimized images will significantly improve your social media presence and book discoverability! 🎉