[nodebb-plugin-blog-comments] Blog Commenting Engine (Ghost, Wordpress widget)
-
@psychobunny
I'm using a wordpress JSON Rest API to get posts of my blog and render inside a nodebb page (created manually for me).
So, i have a route "/article/slug-of-this" that get a post by slug on wordpress and show your content on nodebb.Currently I'm using Disqus comments. But would like to use your plugin nodebb-plugin-blog-comments, or some variation.
Users are already authenticated, then it would not need to authenticate to Wordpress or Ghost.How can I modify or adapt it to make it possible nodebb comments using threads?
Thanks!
-
Hmm I'd have to think about that. I would like to revisit this plugin soon and open it up to more than just Ghost so I'll consider your use-case as well (just need to find the time! :P)
-
@psychobunny Thanks for responding! =]
I think it might be a simple thing. Once we eliminate the external authentication, create the thread would remain and render the comments.
Recalling that the user is already authenticated in nodebb, and blog posts content was acquired using a REST API. -
Users are already authenticated
How are you linking WP with NodeBB auth right now? I'm interested to know
-
I don't linking authentication.
I have used this plugin "JSON API" to do a front-end for the blog using nodebb pages.
We created routes to get category and posts, like this: http://petiko.com.br/articlesThis is a startup project focused on brazilian pet segment. We will work to create a market place, and a platform of content recomendation to make learning fun. Users can register and inform yours pet's, and we recomend content according your interests and provide threads of discussions about that, besides thematic quiz games. Some actions have gamification strategies and in future user can change your points for prizes.
Sorry for my bad english pitch =P
-
@baris Thanks!
Now we are working to make simple the post action. May be putting the form of posting inside a topic.
Also we are studying the possibility to integrate nodebb and opencart, to make the market place. So, this is a startup, and we will work a lot! =] -
@Luciano-Miranda I read you're doing tags - how do you that in nodebb?
-
@Giorgio-Chiodi
We change some core functions. But it is a initial stage, that is our MVP. On post, the pet of user is captured, and this is marked on the thread.
Users can filter according your interests, so if you have a dog and click on filter button, we show only dog posts for example. -
Wordpress integration is finally here Check out the repo for setup instructions. Go for a test drive on my blog:
-
You've just stolen Baris' 1 million internets from the tags.
May have a look at forking this when groups and their permissions come into play. seems relatively simple to allow this for anyone in a group. Hopefully.
-
ahah I forgot to add that tags are fully supported, so your WP tags get transferred to NodeBB as well
-
Really nice! What happens to existing WP comments?
-
@planner Hello again!
I imagine they're replaced completely, so existing comments are just hidden (although if the post had comments before, it'll still be reflected in the "x comment(s)" in your theme.
I imagine the comments are also not persisted to WP-database, so if you disconnect
blog-comments
, your comments are removed as well. -
Yup pretty much as @julian said. Someone theoretically could write an importer, but if I'm honest it's going to be a job and a half figuring out how to import disqus, muut, and vanilla WP comments
although if the post had comments before, it'll still be reflected in the "x comment(s)" in your theme
Currently, I've figured out the comments count for the individual posts themselves. For the home page, I'll set up an API in the future to figure out the comment count
-
what commenting platform are you using? I'm definitely going to build those importers but after I get the rest of my TODOs out of the way
-
@psychobunny said:
what commenting platform are you using?
WP vanilla commenting system.
Btw, when did we lose the post edit feature?
Edit: Ok, so we did not lose it completely, but what is the time limit on it, and is it configurable?