I set an image in the Image (for FB) part of the page. The image shows up properly when sharing on Facebook, but nothing shows up when posting to Twitter/X.
Looking at the source code of my page:
<meta property="og:image" content="https://my.url/image.png" />
<meta name="twitter:image:src" content="https://my.url/image.png}" />
It seems there is an extra } added to the filename for Twitter. Could this be the problem?
I tried adding a separate Twitter meta tag to the Page HTML header, to no effect:
<meta name="twitter:image" content="https://my.url/image.png">