Embedding a video from Google Drive in the post
-
Hello everyone,
I would like to know if there is a plugin that adds the option of writing a post to embed a video from Google Drive (of course shared and possible to access)? -
@לוי-חביב
I'm sure you can embed it vianodebb-plugin-ns-embed
(GitHub, Community).All that you need to do:
- install the plugin;
- find a way to get the
iframe
object of your Google.Drive video (searchgoogle drive embed
on google); - create a regexp that will match the link
- enter this regexp and iframe content in the plugin settings
Examples of RegExp - https://github.com/NicolasSiver/nodebb-plugin-ns-embed/blob/master/docs/community-rules.md
Copyright © 2024 NodeBB | Contributors