nodebb-plugin-blog-comments
nodebb-plugin-blog-comments copied to clipboard
Lets NodeBB act as a comments engine/widget for your blog
I cannot get the Comments to show in Ghost. Install went well in NodeBB, no issues there. I installed the code in "post.hbs" (see attachment). Suggestions?
When attempting to utilize the plugin ran into a few issues. 1) When initially loading a blog; because the topic didn't exist - the response would not allow for displaying...
I'm logged into both nodeBB 1.15.0 and Ghost 3.37.1 as admin on both. The javascript is loading and I see "Commenting has been disabled." However, the XHR response doesn't seem...
Uncaught TypeError: Cannot set property 'onclick' of null at XMLHttpRequest.XHR.onload (ghost.js:110) var loadMore = document.getElementById('nodebb-load-more'); loadMore.onclick = function() { There is no such an element nodebb-load-more in post page, allthough...
Hi everyone, I believe I've identified an issue with this plug in when used with the Ghost platform. When logged into nodebb and viewing comments on a Ghost blog, if...
Hi, I'm having a new ghost and nodebb hosting separately on aws ec2. I have followed all the steps and i found out that `'{{../post.id}}'` need to be changed to...
When I click the "Publish this article to NodeBB" button, it is automatically posted to the configured category. I would like the option to change that category when I click...
I traced the issue to https://github.com/psychobunny/nodebb-plugin-blog-comments/blob/master/public/lib/wordpress.js#L44 What's happening is that the user.picture value has the forum prefix but the nomalizePost function also prepends the nodeBBUrl which also has the forum...
For instance the blog post "Rules for Axis & Allies & Zombies" is posted to NodeBB as "Rules for Axis & Allies & Zombies"
I am using the following in React to use NodeBB as comments. While the articles are created, the title of all is **undefined**. What are the proper variables to set...