miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.44k stars 702 forks source link

Support the Open Graph protocol #2610

Open spotdemo4 opened 2 months ago

spotdemo4 commented 2 months ago

When sharing an article, it would be nice if details about the article were immediately visible. Adding some meta tags (the Open Graph protocol) would accomplish this.

rdelaage commented 2 months ago

You want this for shared articles, right?

spotdemo4 commented 2 months ago

Yes, for shared articles so embeds are generated for discord, twitter, etc.

rdelaage commented 2 months ago

The open graph protocol is designed to get nice preview of web pages. This requires to expose an image that represents the web page, this is not always the case for (shared) articles, sometimes there is one or more in the article attachments but most of the time this does not exist. I don't think a default image is a good idea...