Opened 8 years ago
Closed 4 months ago
#1999 closed defect (bug) (fixed)
Forums: Add links to RSS feeds for plugin/theme support topics and reviews
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Apparently these are the RSS feeds for Akismet support topics and reviews:
- https://wordpress.org/support/plugin/akismet/feed/
- https://wordpress.org/support/plugin/akismet/reviews/feed/
However, they are not mentioned anywhere. They should be added as a <link>
element to the forums theme header.
Change History (18)
This ticket was mentioned in Slack in #forums by sergey. View the logs.
8 years ago
#3
@
8 years ago
@jamescollins: Thanks for pointing out that link!
It turns out the "Support Forums Tag" link (and its associated "RSS Feed") aren't for the plugin's support forum but for a tag in the support forums that is the plugin's slug (e.g. basically, say for Akismet, wherever in the forums "akismet" is added as a tag).
I've fixed the URLs for these two links in [dotorg12418].
More helpfully in that list of "Links", I've added a link "Support Forum" (same URL as for the "Support" tab) and its associated "RSS Feed", which points to the plugin-specific support forum's feed (https://wordpress.org/support/plugin/{PLUGIN-SLUG}/feed/). Added in [dotorg12419].
This ticket was mentioned in Slack in #meta by sergey. View the logs.
8 years ago
#5
@
8 years ago
Looks good @coffee2code. The links in my plugin's admin tab are all working.
It's great to now have both sets of links (the tag and the plugin), along with their corresponding RSS feeds.
Thank you.
#6
@
8 years ago
Is there a similar link for plugin committers? the old link was:
https://wordpress.org/support/view/plugin-committer/{profile-name}
#8
follow-up:
↓ 9
@
8 years ago
Hi! Very happy to see that the RSS for plugins are working so thanks for that. Just a tiny bug there for some reason it seems like stickied posts have an empty RSS? Example: https://wordpress.org/support/topic/read-before-posting-13/feed
#9
in reply to:
↑ 8
@
8 years ago
Replying to wfasa:
Hi! Very happy to see that the RSS for plugins are working so thanks for that. Just a tiny bug there for some reason it seems like stickied posts have an empty RSS? Example: https://wordpress.org/support/topic/read-before-posting-13/feed
Thanks @wfasa, I've created a new ticket #2048 for this issue
This ticket was mentioned in Slack in #forums by clorith. View the logs.
7 years ago
This ticket was mentioned in Slack in #forums by clorith. View the logs.
4 years ago
This ticket was mentioned in Slack in #docs by zodiac1978. View the logs.
3 years ago
This ticket was mentioned in Slack in #meta by zodiac1978. View the logs.
3 years ago
This ticket was mentioned in Slack in #forums by vladytimy. View the logs.
21 months ago
#17
@
21 months ago
This ticket came up during a bug scrub. I wanted to echo @otto42's comment in Slack, in case it helps:
Looking through the bbPress plugin, I see that it supports all different sorts of feeds, but it lacks any code for creating the link rel=alternate headers for that information. Seems like this should be brought to bbPress to add such a thing.
In the meantime, we could put some code into the wporg-support theme to add these, similar to how the feed_links function in WordPress works. Once bbPress adds them, we switch to using their code instead.
Would this be a feasible solution @SergeyBiryukov?
The Admin tab in the plugins directory (eg https://wordpress.org/plugins/plugin-slug/admin/) currently has the "Support Forums Tag" "RSS Feed" linking to:
https://wordpress.org/tags/plugin-slug
However it should link to
https://wordpress.org/support/plugin/plugin-slug/feed
Thank you!