Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS feed for threads and comments #86

Open
djyde opened this issue May 6, 2021 · 3 comments
Open

RSS feed for threads and comments #86

djyde opened this issue May 6, 2021 · 3 comments

Comments

@djyde
Copy link
Owner

djyde commented May 6, 2021

I've been thinking how to notify the commenter (#78) when they have new reply without collect their email address, since few people are willing to provide their email address in an "untrusted" form.

A pull-based subscription may be a good solution. Commenters can subscribe new reply instead of we pushing to them. One of the most common way is RSS.

We can provide rss feed for every comment:

https://cusdis.com/api/open/comments/{commentId}/rss.xml

This feed contains all replies in this comment. And the user can copy comment's rss feed in the widget.

My only concern is will users really add this rss feed to their rss reader for getting new reply notification?

@candideu
Copy link
Contributor

Comment RSS feed could also be useful as a widget on a user's website that shows "Latest Comments" and a link to the article where the comment was made:

image

@Pathsis
Copy link

Pathsis commented Nov 15, 2021

I've been thinking how to notify the commenter (#78) when they have new reply without collect their email address, since few people are willing to provide their email address in an "untrusted" form.

A pull-based subscription may be a good solution. Commenters can subscribe new reply instead of we pushing to them. One of the most common way is RSS.

We can provide rss feed for every comment:

https://cusdis.com/api/open/comments/{commentId}/rss.xml

This feed contains all replies in this comment. And the user can copy comment's rss feed in the widget.

My only concern is will users really add this rss feed to their rss reader for getting new reply notification?

I think this is a good idea, but it's not as convenient as checking a checkbox as you mentioned last time.

@sajeshcherian
Copy link

I, for one, would love to have a comment feed than stuffing my inbox with notifications. I have enough of them already. It will interest those who are subscribing via feeds already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants