Paid Memberships Pro - Member RSS Add On releases
Create Member-Specific RSS Feeds for Paid Memberships Pro
by Stranger Studios · github.com/strangerstudios/pmpro-member-rss · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/strangerstudios/pmpro-member-rss/archive/refs/heads/dev.zipReadme
=== Paid Memberships Pro - Member RSS Add On === Contributors: strangerstudios Tags: rss, feed, blubrry, powerpress, podcasts, podcasting, paid memberships pro, secure, protect, lock Requires at least: 3.5 Tested up to: 6.9 Stable tag: 1.0
Create Member-Specific RSS Feeds for Paid Memberships Pro
== Description ==
RSS feeds, including those created by plugins like Blubrry PowerPress, are filtered to hide member content. Enclosures, like mp3 URLs, are hidden as well.
All members are given a "memberkey" that can be attached to the end of a feed URL that will allow access to the full member RSS feed.
E.g. of a feed URL with a member key: http://www.yoursite.com/feed/podcast/?memberkey=58efacdc83d88e3edf8e31f4b4f5806e
There are no protections currently to keep users from sharing their feed URLs, but future improvements could include monitoring use of the memberkeys and deactivating ones that show signs of abuse.
Features:
- Create Member-Specific RSS Feeds for Paid Memberships Pro.
- View your RSS feeds on the Membership Account page.
- Add or remove as many RSS feed links as you want.
When the plugin is active, a link will be created under the Member Links section of every members' Membership Account page with the memberkey attached. This special RSS feed will only contain membership restricted content which that user has access to, and filter out the rest (including unprotected posts).
Additional RSS feeds can be added with the pmpromrss_feeds filter. See example here: https://gist.github.com/messica/960b6365905a91a2a68b
== Installation ==
- Upload the
pmpro-member-rssdirectory to the/wp-content/plugins/directory of your site. - Activate the plugin through the 'Plugins' menu in WordPress.
== Frequently Asked Questions ==
= I found a bug in the plugin. =
Please post it in the issues section of GitHub and we'll fix it as soon as we can. Thanks for helping. https://github.com/strangerstudios/pmpro-member-rss/issues
= I need help installing, configuring, or customizing the plugin. =
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.
== Changelog == = 1.0 - 2026-04-08 =
- FEATURE: Added "Allow Memberkey as Basic Auth Password" setting. Members can use their memberkey as the password field in Basic Authentication, allowing RSS readers without application password support to authenticate securely.
- FEATURE: Added "Disable Memberkey in URL" setting. When enabled, feed authentication via the memberkey URL parameter is blocked and members must use Basic Authentication instead.
- FEATURE: Added
[pmpromrss_feeds]shortcode and "Member RSS Feeds" PMPro page setting. Provides a dedicated member-facing page for feed management, key display, regeneration, and authentication guidance. - ENHANCEMENT: When the feeds page is configured, the Membership Account page "Member RSS Feed" links to the dedicated page instead of inline feed URLs.
- ENHANCEMENT: Updated the regenerate key confirmation to mention that RSS readers will need to be updated.
- ENHANCEMENT: Improved messaging/hint around the Feed Authentication settings to clarify how to authenticate RSS feeds, including both Edit Member Panel and Frontend instructions.
= 0.4 - 2026-02-12 =
- FEATURE: Added in logic that you may pass basic header authentication to access the feed. Please use Application Passwords for authentication and not your main password. This is a more secure way to allow access to the feed without sharing your memberkey.
- ENHANCEMENT: Ensure the Add On is translation ready and added to translate.strangerstudios.com server.
- ENHANCEMENT: Added better support for Paid Memberships Pro 3.0+, includes adding the option to the Edit Member Profile Page as well as the Edit Member Panel.
- BUG FIX: Fixed an issue where feed filtering wasn't correctly working due to the timing of calling
is_feed.
= 0.3 - 2022-10-21
- FEATURE: You can now regenerate a user's RSS key from the edit user page of the WP dashboard.
- BUG FIX/ENHANCEMENT: Now using the pmpro_has_membership_access() function to account for all methods of protecting content.
- BUG FIX/ENHANCEMENT: Now also generating a member RSS key (if needed) on level change in case that happens outside of checkout.
- BUG FIX/ENHANCEMENT: Updating search queries so protected content is still visible in feeds when a member RSS key is used.
= .2. =
- Now removing enclosures from member posts.
- Filtering the RSS content filter to show a link to the post.
= .1.1 =
- Added readme.txt
= .1 =
- Initial release.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.