aka freamon

Codeberg: https://codeberg.org/freamon?tab=activity

Anything from https://lemmon.website is me too.

  • 0 Posts
  • 32 Comments
Joined 3 months ago
cake
Cake day: March 27th, 2024

help-circle












  • This isn't really my area, but I'll have a crack. From what I understand, Lemmy uses the 'meta og:image' tag to grab a thumbnail. Inspecting your site, I can see that that tag is in the html head. However, if you just 'curl' the URL, then it isn't in the results. Using 'curl' for URLs from sites that are known to work in terms of generating thumbnails (theguardian and bbc), the tag is visible in the result.

    This suggests that your site is using further scripting on page load to provide the meta tags, whereas perhaps Lemmy can only get them if they are provided immediately. There are other sites (like Reuters), who use additional scripting, that Lemmy is unable to get thumbnails for also (e.g. https://lemmy.world/post/16203031)



  • This is for other frontends, but I remember reading something about image uploads not working when you're self-hosting due an issue with CORS. I don't know what CORS is, really, so can't expand on it. It may be that you need to upload the image to a filehost like postimages.org and link to the inline version of that instead.