Platform: website
Browser, if a website issue: n/a
URLs (aka web addresses) of any relevant observations or pages: any page with useful opengraph tags (e.g. individual observations)
Description of problem:
Recently, social media previews started breaking. This can be demonstrated with curl as follows.
$ curl -sL 'https://www.inaturalist.org/observations/346061535' | grep 'og:image'
What is expected here is that the meta tags for the observation that are used by social media platforms to generate a preview card for the page should be included in the page, e.g.
<meta content="https://inaturalist-open-data.s3.amazonaws.com/photos/630757989/large.jpg" property="og:image">
What happens instead is a challenge page is shown. No social media preview (Discord, etc.) will be shown as a result when an iNaturalist page is linked to. Those platforms are non-interactive like this curl request that simulates the issue, and therefore can’t answer the challenge.
update 2026-04-25: The broader issue is solved for other social media platforms like Facebook, BlueSky, and WhatsApp, but social media links on Discord remain broken. See the link to that issue near the end of this thread.
