If all you need to change is a template file, you can just edit the template file stored in build/public/templates in the static:app.load hook. Since templates are compiled on demand, this will work as long as ./nodebb build is run afterwards.
using nodebb chat on external website
-
Hi,
Currently I have website and community based on nodebb
I need to have nodebb chat functionality on website too
Is there some easy way to get it?
Thank you
-
@Oleksandr-Pidlisnyi you could embed the NodeBB chats route (
/chats
) in an iframe, but currently this roe doesn't display active chats.This would have to be added in a plugin.
-
@pitaj I thought about iframes first and got same resolution