OpenSceneryX / Website

The OpenSceneryX website, based on Wordpress
https://www.opensceneryx.com
GNU General Public License v2.0
3 stars 1 forks source link

Twitter cards not picking up image #17

Closed aussig closed 5 years ago

aussig commented 5 years ago

When sharing via Twitter, the default OSX home page image is being picked up instead of the screenshot.

aussig commented 5 years ago

This is odd. The og:image and og:image:secure_url are defaulting to the missing screenshot image:

<meta property="og:image" content="https://www.opensceneryx.com/doc/screenshot_missing.png" />
<meta property="og:image:secure_url" content="https://www.opensceneryx.com/doc/screenshot_missing.png" />

while the twitter:image is using the default montage image:

<meta name="twitter:image" content="https://www.opensceneryx.com/custom/uploads/2018/08/Montage.jpg" />