Embed nodebb angular app and Authentication
-
Hello, we have an Angular JS based application and for discussion forums in it we are planning to use NodeBB. We dont want to open up / show another Nodebb webpage, want it to be embedded in our app. Is there a way to do that ? Also the embedded page should just have the discussion board and no headers and profiles. Is this customization possible and how ?
-
It's possible, but not easy. There are a few options:
- create a theme for NodeBB, render NodeBB in an iframe and embed that in your page
- render NodeBB templates in an angular component and embed that in your page
- interface directly with the NodeBB rest API, creating a frontend in angular
Copyright © 2024 NodeBB | Contributors