[Solved] Nodebb vimeo plugin renders html on home page
-
How to resize embedded video on fullscreen?
-
Try going into library.js and changing:
postContent = postContent.replace(/<a href="(?:https?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)<\/a>/g, embed);
To this.
postContent = postContent.replace(/<a href="(?:https?:\/\/)?(?:www\.)?(?:vimeo\.com)\/?(.+)">.+<\/a>/g, embed);
I did similar work on the soundcloud plugin, if that works, submit it via a PR on his github so others can benefit.
-
Copyright © 2024 NodeBB | Contributors