You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page shows social_cards/main_logo.png for both Twitter and Open Graph meta tags
The correct image obbba-household-by-household.png exists in the app but isn't being used
Root Cause
The backend social card generation (in gcp/social_card_tags.py or API) doesn't handle external_url posts properly. It only knows how to generate social cards for traditional blog posts with markdown files.
Expected Behavior
The page should show the OBBBA household-by-household image for social media previews when shared on Twitter, LinkedIn, etc.
Related Issues
This is part of the larger architectural issue where tools/interactives need proper structure separate from blog posts
Problem
The OBBBA household-by-household tool at https://policyengine.org/us/obbba-household-by-household shows the default PolicyEngine logo for social media previews instead of the specific OBBBA image.
Current Behavior
social_cards/main_logo.pngfor both Twitter and Open Graph meta tagsobbba-household-by-household.pngexists in the app but isn't being usedRoot Cause
The backend social card generation (in
gcp/social_card_tags.pyor API) doesn't handle external_url posts properly. It only knows how to generate social cards for traditional blog posts with markdown files.Expected Behavior
The page should show the OBBBA household-by-household image for social media previews when shared on Twitter, LinkedIn, etc.
Related Issues
Potential Solutions
Impact
When people share the OBBBA tool on social media, it doesn't show the appropriate preview image, reducing engagement and click-through rates.