this post was submitted on 09 Jun 2023
13 points (100.0% liked)

sh.itjust.works Main Community

7737 readers
1 users here now

Home of the sh.itjust.works instance.

Matrix

founded 2 years ago
MODERATORS
 
  1. Lemmy doesn't support videos, does it?

  2. How does PostreSQL handle the emojis, like utf8mb4 or html? This one is out of curiosity πŸ˜‚.

all 11 comments
sorted by: hot top controversial new old
[–] nanoUFO 6 points 2 years ago* (last edited 2 years ago) (1 children)

Even youtube links aren't embedded and just open a new window which is a huge qol downgrade.

https://github.com/LemmyNet/lemmy-ui/issues/709

Says it supports peertube embed it but when I tried posting it would only take the url and then still didn't work.

[–] PCChipsM922U 3 points 2 years ago* (last edited 2 years ago) (1 children)

YT embed is not that hard to do, it's basically just a few lines of code, nothing too hard. I have no idea why they would implement PeerTube embed, but not this...

It's probably because they want to promote FOSS, but it's just not viable in a world full of proprietery solutions 🀷. You have to cater to the needs of the users.

[–] nanoUFO 2 points 2 years ago (1 children)

I agree it seems like lemmy devs sometimes get blinded by their own desires over what the community wants or needs. The hardcoded filter being something they were extremely stubborn on and then caved anyway.

But yeah I'm not a webdev but I'm sure it's literally one of the easiest things to have youtube embed's work.

[–] PCChipsM922U 2 points 2 years ago

Trust me, it's really easy to implement. Almost all video platforms are. FB video embed is the hardest, cuz they change APIs all the time, but YT, Vimeo and the likes, they're super easy.

[–] LlamaSutra 2 points 2 years ago (1 children)

I just tried adding a video instead of a picture but I got an error.

[–] PCChipsM922U 2 points 2 years ago (1 children)

Yeah, tried "forcing" it as well, no luck πŸ˜‚.

[–] LlamaSutra 2 points 2 years ago (1 children)

I tried on mobile so maybe desktop has better results?

[–] PCChipsM922U 2 points 2 years ago (1 children)

I also tried it in a browser on my phone, no luck 🀷.

[–] LlamaSutra 2 points 2 years ago

Aw πŸ˜”thanks for trying!