Open mobyvb opened 7 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
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:
og:title
meta tag to file share<head>
code withcontent
set to the filenameog:image
meta tag to file share<head>
code withcontent
set to the path of the preview. For an image, this would be the same page, but with the query param?download=1
set