Akkoma does not include alt text from og:image:alt meta in generated cards #323

Open
opened 2022-11-29 10:54:31 +00:00 by Beefox · 4 comments

I believe this goes for back end as there is caching of cards which tells me this might be a back end issue rather then a front end.

as an example page: https://beefox.xyz/post/daily/glass-onion has a meta tag <meta property="og:image:alt" content="An onion made of glass">, this is not reflected in the alt text of the card generated when linking to this page. The image appears on the card, the alt text does not appear on the image

I *believe* this goes for back end as there is caching of cards which tells me this might be a back end issue rather then a front end. as an example page: https://beefox.xyz/post/daily/glass-onion has a meta tag `<meta property="og:image:alt" content="An onion made of glass">`, this is not reflected in the alt text of the card generated when linking to this page. The image appears on the card, the alt text does not appear on the image

+1 to this. It certainly does look ugly. Esp the home page - no identifying logo. Perhaps the favicon could be fetched?

Take a look at the OG generated for https://thought.blue/. Very unprofessional.

image

+1 to this. It certainly does look ugly. Esp the home page - no identifying logo. Perhaps the favicon could be fetched? Take a look at the OG generated for https://thought.blue/. Very unprofessional. ![image](/attachments/aa09108f-aa63-4b64-9b47-49876d19727f)

that seems 100% correct for the above

that page does not have any favicon, nor any og tags in its top page

that's running pleroma+soapbox, so nothing we can do about that

that seems 100% correct for the above that page does not have any favicon, nor _any_ og tags in its top page that's running pleroma+soapbox, so nothing we can do about that

@floatingghost. So akkoma does come with an OG? It's the same case with https://cdrom.tokyo and it seems to run on akkoma. And it's not running on soapbox and they have a favicon.

image

@floatingghost. So akkoma does come with an OG? It's the same case with https://cdrom.tokyo and it seems to run on akkoma. And it's not running on soapbox and they have a favicon. ![image](/attachments/f6bb952e-bc5a-48d6-9eeb-33129fbbac6a)
Author

Richtext is generated server side, not client side (hence the issue being opened here and not on pleroma-fe)

As for thought.blue, that issue seems to be on their end as:

  1. They do not have any open graph meta tags
  2. This issue is not about akkoma's meta tags, but how it renders other sites meta tags.

For the thought.blue's issues, you should open an issue on the correpsonding repos that thought.blue uses for their frontend

Richtext is generated server side, not client side (hence the issue being opened here and not on pleroma-fe) As for thought.blue, that issue seems to be on their end as: 1. They do not have any open graph meta tags 2. This issue is not about akkoma's meta tags, but how it renders other sites meta tags. For the thought.blue's issues, you should open an issue on the correpsonding repos that thought.blue uses for their frontend
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#323
No description provided.