Opened 4 years ago
Last modified 3 years ago
#1999 new defect
Forums: Add links to RSS feeds for plugin/theme support topics and reviews
Reported by: |
|
Owned by: | |
---|---|---|---|
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 (12)
This ticket was mentioned in Slack in #forums by sergey. View the logs.
4 years ago
#3
@
4 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.
4 years ago
#5
@
4 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
@
4 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
@
4 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
@
4 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
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!