The way to embeded NodeBB in another website is to use iframely?
D
Daniel Sobrado
@Daniel Sobrado
Posts
-
NodeBB + Ghost -
NodeBB + GhostI'm trying to have NodeBB running inside a web of Ghost, to do this I need to integrate the session and login/logout and be able to embed NodeBB without the upper toolbar.
To integrate the login I'm thinking of using:
GitHub - julianlam/nodebb-plugin-sso-oauth: NodeBB Plugin that allows users to login/register via any configured OAuth provider.
NodeBB Plugin that allows users to login/register via any configured OAuth provider. - julianlam/nodebb-plugin-sso-oauth
GitHub (github.com)
And as Oauth2 server: node-oauth2-server-2.2.1
Any hints on this? Anybody has done it before?
Also what about embedding the forum, I just need to edit the theme and that's it?