I don’t run a Discourse forum, but I participate in one, where the admins can be hard to reach.
Us users recently noticed that all Youtube links/embeds from 2019 or earlier disappeared from all posts. There was no announcement related to it, so we hope it was accidental.
Is that something that the admins would have had to do on purpose? Is there a setting they could have changed that would result in that happening?
When posts contained links to YouTube, they became embedded videos. Now those posts show neither a link nor an embed, the video is just missing from the post. Here’s an example. This is a post from 2019 that used to have a video in it. The user did not edit the post, but the video is gone.
Inspecting the HTML, the video links must still be in the original post source, but whatever renders them as an embedded video doesn’t seem to be working?
Well that’s not good. Sounds like you and your fellow users are more vigilant than they are.
Consider setting up your own! You will get plenty of support from here.
If you do get in touch with an admin, ask them to “rebake” a few problem Posts with youtube videos and see if that fixes it. It takes a moment. There’s also a rake task they can run that can target sets of posts.
I have exactly the same problem: a topic with 1500+ posts many of those with youtube video links. And ones at the start of the topic do not render any embed, while those which are recent do render embeds.
All youtube links which do not render are actually valid and if you open them in the separate tab, they play on youtube perfectly. Or if you create a new post with the same link, it will render an embed.
Well, I know linux/bash/etc pretty well, and managed to manage a discourse instance for at least 5 years without running a single rake command. Updating using launcher was enough for now.
But if it’s just posts:rebake it’s not that hard I guess.