@phenomlab thank you very much for the assistance Mark, massively appreciated as always.
The great thing about this is it’s all documented for other NodeBB users that come looking for solutions 😃.
Looks far better 🤝👍🏻.
Since starting my nodebb forum I had many attempts at installing a player to show youtube inline rather than redirecting to youtube page.
it would have been great if there was one listed in the searchable plugins but as there wasnt, I found one on github
ns-embed
I installed it from CLI, but it doesn’t do anything.
Does anyone know why that might be?
Im curious if this site has embedded video, so trying
Edit: it works, which plugin is used?
@eveh have a look in /admin/plugins/embed
@eveh It is in fact nodebb-plugin-ns-embed
. If you install this, out of the box, it should work - or you can try the below
Does this not work for you ?
@phenomlab
i did
npm install nodebb-plugin-ns-embed
in the terminal
Nothing happened (after rebuid and restart of forum)
The box you show above, where should I have seen that?
I never saw anything giving me the option to use default rules
@eveh After you install any plugin, it has to be activated. Check /admin/extend/plugins#deactive
, activate it, then rebuild and restart.
@phenomlab said in NodeBB inline videoplayer:
@eveh After you install any plugin, it has to be activated. Check
/admin/extend/plugins#deactive
, activate it, then rebuild and restart.
Is this from the terminal. If I go to nodebb directory there is no admin directory below that?
If you mean go on the forum admin to Extend>plugins, that NS player is not in the list still
@eveh Sorry, no - this is from the ACP.
@eveh said in NodeBB inline videoplayer:
If you mean go on the forum admin to Extend>plugins, that NS player is not in the list still
Does it appear under the “inactive” tab ?
@phenomlab Ah yes
@eveh Good. Activate it, then rebuild and restart.
@phenomlab yes, youtube links still not showing inline
Where do I find that rules page to accept?
@eveh have a look in /admin/plugins/embed
@phenomlab
YAY! It works
Thanks so much