Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: social media / share cards don't include images #3613

Closed
mairin opened this issue Aug 21, 2023 · 1 comment
Closed

website: social media / share cards don't include images #3613

mairin opened this issue Aug 21, 2023 · 1 comment
Assignees
Labels
area/website 🌐 kind/bug 🐞 Something isn't working

Comments

@mairin
Copy link
Member

mairin commented Aug 21, 2023

Bug description

Report from @TomSweeneyRedHat :

I just posted a link to the Podman Desktop 1.3 announcement from this
page: https://podman-desktop.io/blog/podman-desktop-release-1.3, and
when I posted it to Twitter:

https://twitter.com/Podman_io/status/1693626155989946406

There isn't a default Podman Desktop image as I would have expected. 
Can this be changed for the future?

Screenshot from 2023-08-21 11-22-50

This is something to do with Docusaurus. Looking at the Docusaurus docs, it appears there's an image attribute that gets used for this:

---
title: Welcome Docusaurus v2
description: This is my first post on Docusaurus 2.
slug: welcome-docusaurus-v2
authors:
  - name: Joel Marcey
    title: Co-creator of Docusaurus 1
    url: https://github.com/JoelMarcey
    image_url: https://github.com/JoelMarcey.png
  - name: Sébastien Lorber
    title: Docusaurus maintainer
    url: https://sebastienlorber.com
    image_url: https://github.com/slorber.png
tags: [hello, docusaurus-v2]
image: https://i.imgur.com/mErPwqL.png
hide_table_of_contents: false
---

It looks like the 1.13 blog doesn't have an image attribute:

---
title: Release Notes - Podman Desktop 1.3
description: Podman Desktop 1.3 has been released!
slug: podman-desktop-release-1.3
authors: [dgolovin]
tags: [podman-desktop, release, kubernetes, openshift]
hide_table_of_contents: false
---

This might be as simple as adding the image attribute to the header metadata of the post, but I need to figure out how to test it locally bc it seems by default docusaurus isn´t generating / sending the metadata for local yarn builds. I might need to set up a ghpages thing to test.

Screenshot from 2023-08-21 11-27-17
Screenshot from 2023-08-21 11-27-07

Operating system

N/A

Installation Method

None

Version

1.3.1

Steps to reproduce

No response

Relevant log output

No response

Additional context

No response

@mairin mairin added kind/bug 🐞 Something isn't working area/website 🌐 labels Aug 21, 2023
@mairin mairin self-assigned this Aug 21, 2023
mairin added a commit to mairin/podman-desktop that referenced this issue Aug 21, 2023
mairin added a commit to mairin/podman-desktop that referenced this issue Aug 28, 2023
Helps address issue containers#3613... moving blog images to the static folder to
try to have reliable image links for social card previews. These are
optimized too so they should save space once we remove the old copies.

Signed-off-by: Máirín Duffy <[email protected]>
benoitf pushed a commit to mairin/podman-desktop that referenced this issue Aug 30, 2023
benoitf pushed a commit to mairin/podman-desktop that referenced this issue Aug 30, 2023
Helps address issue containers#3613... moving blog images to the static folder to
try to have reliable image links for social card previews. These are
optimized too so they should save space once we remove the old copies.

Signed-off-by: Máirín Duffy <[email protected]>
@benoitf
Copy link
Collaborator

benoitf commented Sep 5, 2023

fixed by #3614

@benoitf benoitf closed this as completed Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/website 🌐 kind/bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants