Use blog header images for social sharing#564
Merged
tannerlinsley merged 3 commits intoDec 5, 2025
Conversation
Updated blog posts to use their specific header images when shared on social media platforms (Twitter, Facebook, LinkedIn, etc.) instead of the generic TanStack OG image. This provides better visual context and engagement when blog posts are shared. Changes: - Extract header image URL from blog post markdown content - Pass header image through blog post loader - Include header image in SEO meta tags with full URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for tanstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Process blog header images through Netlify Image CDN to optimize them for social media sharing. Images are automatically resized to 1200x630px (the standard og:image dimensions), converted to JPG format, and quality-optimized to ensure fast loading and proper display across all social platforms. Benefits: - Consistent 1200x630 dimensions for all platforms (Facebook, Twitter, LinkedIn) - Optimized file size with 80% quality JPG output - Proper aspect ratio with cover fit mode - Faster page preview generation on social media 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
LadyBluenotes
pushed a commit
to LadyBluenotes/tanstack.com
that referenced
this pull request
Dec 5, 2025
* Use blog header images for social sharing instead of generic OG image Updated blog posts to use their specific header images when shared on social media platforms (Twitter, Facebook, LinkedIn, etc.) instead of the generic TanStack OG image. This provides better visual context and engagement when blog posts are shared. Changes: - Extract header image URL from blog post markdown content - Pass header image through blog post loader - Include header image in SEO meta tags with full URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add Netlify Image CDN processing for blog social media images Process blog header images through Netlify Image CDN to optimize them for social media sharing. Images are automatically resized to 1200x630px (the standard og:image dimensions), converted to JPG format, and quality-optimized to ensure fast loading and proper display across all social platforms. Benefits: - Consistent 1200x630 dimensions for all platforms (Facebook, Twitter, LinkedIn) - Optimized file size with 80% quality JPG output - Proper aspect ratio with cover fit mode - Faster page preview generation on social media 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix prettier formatting --------- Co-authored-by: Claude <noreply@anthropic.com>
KyleAMathews
added a commit
to electric-sql/electric
that referenced
this pull request
Dec 9, 2025
Process blog post header images through Netlify Image CDN for optimized social media previews (og:image and twitter:card). Images are: - Resized to 1200x630px (standard social media dimensions) - Converted to JPG format - Compressed to 80% quality - Cropped using cover fit mode This ensures blog posts display properly formatted preview cards on Twitter, LinkedIn, Facebook, and other social platforms. Pattern based on TanStack implementation: TanStack/tanstack.com#564 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
LeCarbonator
pushed a commit
to LeCarbonator/tanstack.com
that referenced
this pull request
Jan 11, 2026
* Use blog header images for social sharing instead of generic OG image Updated blog posts to use their specific header images when shared on social media platforms (Twitter, Facebook, LinkedIn, etc.) instead of the generic TanStack OG image. This provides better visual context and engagement when blog posts are shared. Changes: - Extract header image URL from blog post markdown content - Pass header image through blog post loader - Include header image in SEO meta tags with full URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add Netlify Image CDN processing for blog social media images Process blog header images through Netlify Image CDN to optimize them for social media sharing. Images are automatically resized to 1200x630px (the standard og:image dimensions), converted to JPG format, and quality-optimized to ensure fast loading and proper display across all social platforms. Benefits: - Consistent 1200x630 dimensions for all platforms (Facebook, Twitter, LinkedIn) - Optimized file size with 80% quality JPG output - Proper aspect ratio with cover fit mode - Faster page preview generation on social media 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix prettier formatting --------- Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Test plan
🤖 Generated with Claude Code