nodebb-plugin-blog-comments2
nodebb-plugin-blog-comments2 copied to clipboard
Lets NodeBB act as a comments engine/widget for your blog
I got the following error in NodeBB log after activating the plugin and restarting the server. The plugin also does not show up in the ACP menu. ``` 2019-03-09T14:13:08.152Z [6942/25931]...
Hi, I'm trying to implement this to our wordpress based website and getting "commenting disabled" error. I did not install wordpress JSON API plugin, as it is not being maintained...
Avoid mixed content errors in web browsers.
Hi! Trying to use this plugin with the new Ghost and a new NodeBB versions. Doesn't seem to work for me. I get the "Publish this article" button for the...
I originally thought this might be a conflict between my theme (curious) and the plug-in but the example linked in the readme is also affected. The existence of "var nbb...
``` function xget (xhr, path) { xhr.open('GET', path, true); xhr.withCredentials = true; xhr.send(); //right here not sending return xhr; } ``` Common.js line 26, Gateway 502 error Nodebb 1.5.3 got...