How do I install DID comments?
I see some directions on the discuss kit doc, but I can’t make sense of how to do it?
Can we have a comment section at the bottom of our pages?
That would be fresh!!!’
I see some directions on the discuss kit doc, but I can’t make sense of how to do it?
Can we have a comment section at the bottom of our pages?
That would be fresh!!!’
8 replies
DID Comments has been rebranded to Discuss Kit
Discuss Kit
If you just want Discuss/Blog/Doc/Bookmark feature in Discuss Kit, you can add it as an component to your existing app.
If you want to integrate it via code with your existing app, checkout above link too.
yes I want to integrate.
i know altering code is probably very simple and take only a few minutes.
I asked z1TTxpjeYVMyNVwRbBjrhxa4E94UaDd6ZX9 and he said he would also like to know how to do this.
I need z1TFmhjLLroSTYtJT5PF61aatJBKdfRG7ck to make one of this nice tutorials 😀 with an article that has a tip button.
having comments at bottom page would really make our pages lookin top notch.
We have https://npmjs.com/package/@blocklet/discuss-kit (README will be updated)
What's the stack used in your code base? react? vue? more detail would be better, so that we can test our lib.
Currently the lib can only be used in webapps created with react, and can work in browsers, not tested in SSR.
thanks I’ll work on it.
would be great if we could just embed them similar to the the waiting list.
When I try to add as a component I get this error
Failed to resolve module specifier "@blocklet/discuss-kit". Relative references must start with either "/", "./", or "../".
Could you give me more details, like:
I did not create a blockIet.
I added the code below, to the custom component section of my pages kit.
import { Comments } from '@blocklet/discuss-kit';
<Comments
target={{
}}
/>;
Sorry about that. Discuss kit provides a Comments React component. This component must be used in a React blocklet application with a bundler like Webpack or Vite. We recommend using create-blocklet to make it. Currently, we can't use the Comments component in pages kit components.