storj / edge

Storj edge services (including multi-tenant, S3-compatible server to interact with the Storj network)
GNU Affero General Public License v3.0
53 stars 18 forks source link

Linksharing: Open Graph meta tags #431

Open mobyvb opened 5 months ago

mobyvb commented 5 months ago

Currently, when a linksharing link is shared on social media, there is no preview image, or other information that would make the shared link more eye-catching.

This should be easy to solve by adding Open Graph meta tags.

AC:

Zetanova commented 2 months ago

It got already implemented see

But there is a bug when using it on custom domains. If a custom domain is used then they still generate link.storjshare.io url’s to a 404 response.

Example: https://mydomain.test/2024-29/T11187a.png?wrap

will include for the og:image and twitter:image html meta tags the url: https://link.storjshare.io/raw/my-bucket/2024-29/T11187a.png?v=ab52919 and it returns 404

I reported it also in the forum here