@Bri I saw that. I am trying to use the ns-embed plugin. I'm assuming that's what we should be using now.
Does it support embedding an html player for uploaded videos?
In my NodeBB admin area the latest version of nodebb-plugin-imgur is 0.1.4. However, looking at the GitHub repo, version 1.0.0 was released 5 days ago. It doesn't give me the option to update the plugin in the admin area. How else can I update to version 1.0.0?
Running npm update nodebb-plugin-imgur
will install the latest version from npm. Do remember that when you do this with any plugin, you won't get the compatibility warnings if the plugin is not compatible with your NodeBB version.
Thanks @pichalite, this is useful to know for future. And thanks @baris!