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
I'm not sure what they changed, but it used to work. LinkedIn used to be able to show a preview of the blog post with the proper image, now it only pulls the author image.
<meta name="twitter:image" content="og:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
But it is still unresolved. If anyone knows how to make the changes feel free to comment here or send a PR. Thanks!
The text was updated successfully, but these errors were encountered:
I'm not sure what they changed, but it used to work. LinkedIn used to be able to show a preview of the blog post with the proper image, now it only pulls the author image.
If you want to check an example, you can do so here: https://www.linkedin.com/post-inspector/inspect/
And paste any article to test: https://godotengine.org/article/introducing-the-improved-ufbx-importer-in-godot-4-3/
I've tried modifying the meta properties at the
<head>
of the default layout but had no luck.In my tests I did:
<meta name="image" property="og:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
<meta property="og:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
<meta name="twitter:image" content="og:image" content="{{ site.url }}{{ page.image | default: '/assets/share-image.webp' }}">
But it is still unresolved. If anyone knows how to make the changes feel free to comment here or send a PR. Thanks!
The text was updated successfully, but these errors were encountered: