You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add og:title meta tag to file share <head> code with content set to the filename
If an image preview is possible, add og:image meta tag to file share <head> code with content set to the path of the preview. For an image, this would be the same page, but with the query param ?download=1 set
The text was updated successfully, but these errors were encountered:
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
setThe text was updated successfully, but these errors were encountered: