Facebook Canvas Errors
-
Using Facebook canvas, the IFRAME on the appID that should display the forum.. errors just {"error":"Forbidden"}
-
@Blueshirt-Mike Most likely this code here:
NodeBB/src/middleware/index.js at master · NodeBB/NodeBB
Node.js based forum software built for the modern web - NodeBB/src/middleware/index.js at master · NodeBB/NodeBB
GitHub (github.com)
Try commenting it out, and you may be able to put NodeBB in an iframe.
-
If you're not keen on modifying core, this will be resolved here:
Ability to toggle NodeBB's X-Frame-Options · Issue #1616 · NodeBB/NodeBB
So if you decide to embed NodeBB in Facebook for example, all you have to do is check this off in the ACP. Relevant code: https://github.com/NodeBB/NodeBB/blob/master/src/middleware/index.js#L204 Original thread: https://community.nodebb...
GitHub (github.com)
EDIT: Maybe we should embed our community on Facebook as a page, just for fun