Discussion Kit embed question
While embedding discuss kit into pages kit, is it possible to have the blogs have navigation buttons?
It seems like right now In my phone, only one blog posts shows up. This makes the page less dynamic.
Would be great if users could swipe through the blogs that have been embedded.
Also depending on the view, sometimes the title is cut off in my phone.

6 replies
There are two ways to embed blogs into a PagesKit page:
It looks like you're using the first method, which we haven’t focused on as much, we’ve primarily been supporting the second approach.
However, neither method currently supports the navigation buttons you mentioned. We’ll consider adding this feature in the future.
Additionally, you can create your own blog list component using the PagesKit component functionality.
Thanks for your feedback
Hi team,
I’m building a custom homepage component for my site that automatically displays the latest blog posts from Discuss Kit — including the cover image and title.
When I call:
The
coverfield in each blog item is just a path, e.g.:I need to know the exact base URL to prepend to that path so the images load outside the blog page.
Could you confirm whether the correct pattern is one of these:
…or something else entirely?
Once I have the correct base path, I can plug it into my component so the blog thumbnails display correctly on the homepage.
Thanks!
One other thing — would you consider making the DiscussKit Components Blocklet open source? It’s already such a useful bridge between DiscussKit and PagesKit, and if the community could fork/customize it, we could:
This would keep the official component simple while letting advanced users extend it for their own needs without re-inventing the wheel.
Happy to help with testing or contributing if you do decide to open it up.
Hello z1ed9VLnQ2zKph3ecTdBoAhvy6xGvXEexpy any ideas on how to build this?
可以尝试使用以下代码获取完整的封面图 URL
Thank you.