Posts reply count UI: manton.org
@manton I think this is a nice addition ā especially now that Iām not showing any replies in the timeline.
@jthingelstad I think @vincent who codes the app has mentioned its on his list to implement @manton
@manton Iām thinking just āRepliesā or āRead repliesā would work without the count.
@manton maybe view replies might be nicer? I like the concept of a link but not the number count.
@patrickrhone @incanus That makes sense. Or maybe just āConversationā like we have in the timeline.
@manton Yes, I like that even better. Not only more consistent but also more friendly/engaging. Just like the current test, you can show it only when there is āconversationā around a post. Still achieves the same goal without focus on the numbers.
@patrickrhone š
@vincent Nothing in the API yet. Thereās a little extra overhead getting the replies count, so maybe it shouldnāt be in the JSON by default. We can talk about it.
@vincent Yeah, including the conversation ID canāt hurt. It would be more efficient than currently where you essentially have to hit another endpoint like Conversation.js to get the ID for a published URL.
@SimonWoods To me, your description leans toward using āConversationā, because this feature essentially bridges the blog world with the timeline world. But both could work.
@manton I love the idea of bridging the two, for sure. I guess Iām overly concerned with other people struggling to understand it, or to be specific actually hitting a wall in the experience when they do come across it. I know these problems are inevitable but stillā¦
@gr36 I think the only way right now would be via JavaScript, by calling into the webmentions JSON. See the docs here (this link wonāt work inside the apps currently). We should be able to make it available to Hugo also.
@gr36 I would be interested in this. Iām thinking some indicator next to the post title (on this page, for example) or even as a superscripted indicator on the posts that have mentions. I donāt want the count of mentions but just an indicator that this post has at least one mention.