Broken OG image
Current open graph image is broken

Should be: https://launchpad.ethereum.org/static/media/eth2-leslie-rhino.243747b9.png
I tried with updated https://pyrmont.launchpad.ethereum.org/, it seems we still have problems with Twitter card:

@samajammin any ideas?
Hmmm ya I see that same issue.
It does appear to work fine w/ Facebook debugger:

Not sure why Twitter reports errors... it should fall back to Open Graph metadata 🤔 but we can add twitter-specific metadata just to be sure.
It seems that it still doesn't work with Twitter. 😭

Hmmm so this is with https://github.com/ethereum/eth2.0-deposit/pull/381 deployed, ya?
@samajammin yes, that was after Pyrmont release on March 17th: https://github.com/ethereum/eth2.0-deposit/pull/382
Ultimately I suspect this is an issue with the fact that the site is not server-side rendered. We need dynamic tags (so that every page doesn't have the same title tag / meta description) but in doing so, the tags are not in the static HTML. I suspect Twitter's crawlers don't run the the JavaScript on the site; they simply take the meta tags from the initial bundle.
Might require a more intensive fix than I hoped 😕 I was hoping Twitter's crawlers were smarter.
- https://stackoverflow.com/questions/59222217/twitter-card-meta-tags-work-in-index-html-not-in-react-helmet
- https://dev.to/zorfling/can-i-use-react-helmet-to-add-social-card-meta-tags-for-twitter-and-facebook-4a36