this post was submitted on 19 Dec 2024
66 points (98.5% liked)

Fediverse

28700 readers
220 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
 

If you go to !videos@lemmy.world and scroll you'll see some of the posts have a youtube thumbnail image, but not all.

I wanna post YouTube videos, but no one seems to engage much without a thumbnail, which makes sense, but I'm not sure what would result in the post actually having a thumbnail

If anyone has advice or guidance I'd appreciate it :) Thanks!

EDIT: so far it seems like it's potentially a combination of what version of lemmy the posters account is running, and how that instance is configured...

you are viewing a single comment's thread
view the rest of the comments
[–] Sergio 2 points 1 day ago* (last edited 1 day ago)

It looks like your "edit" is right (version of lemmy and instance configuration are an issue), with the additional complication that sometimes where it is hosted makes a difference (sometimes the youtube summary is in a different language and/or won't grab it because of regional restrictions) and sometimes the reader app/web interface grabs their own thumbnails and/or may not display thumbnails and/or may even try to just embed the video. There was a post on techsupport a while back about this: https://lemmy.world/post/20180043

I post to !fullmoviesonyoutube@lemm.ee from slrpnk.net and to get a thumbnail, I do the following:

  • get a thumbnail image file. either grab it from wikipedia, imdb, or by a screencap that I trim. put that file somewhere on my computer.
  • use the web interface with default client. It has a "thumbnail URL" field (which I didn't see back when I had a lemmy.world account - probably version differences) but I can't just upload the image to that field, so I have to...
  • go to the post "body" input field and click on the "upload image" button to upload the thumbnail image file from my computer. This uploads the image to the server and adds a line of code to the body input field that looks something like this: ![](https://slrpnk.net/pictrs/image/a-long-UUID.png)
  • copy the part from "https" to "png" and put it in the "thumbnail URL" field
  • usually I then delete that code from the post "body" input field
  • edit: of course, I still have to add the youtube URL in the "URL" field...

I think this adds thumbnails, but of course I can never be sure because someone can always use a client or configuration I'm unaware of. That's the price of freedom from a single corporate server and a limited choice of viewer clients.
Ideally this whole process would be easier or automatic. I imagine the situation/process will change as time gones on.