Plugin info

Total downloads: 19,136
Active installs: 100
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 12/14/2022 (1113 days ago)
Added to WordPress: 9/5/2009 (16 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 6.1.9
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1113 days ago

20/100

Is RSS Cloud abandoned?

Possibly abandoned (last update 1113 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 6.1.9
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WebSub (FKA. PubSubHubbub)
Rating 5.0/5 (6 reviews)Active installs 100,000
Seriously Simple Podcasting
Rating 4.7/5 (324 reviews)Active installs 30,000
RSS for Yandex Turbo
Rating 4.6/5 (145 reviews)Active installs 30,000
Disable Feeds
Rating 4.7/5 (31 reviews)Active installs 30,000
RSS Importer
Rating 2.0/5 (10 reviews)Active installs 30,000

Description

Adds RSSCloud ( http://rsscloud.org/ ) capabilities to your RSS feed.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

0.5.0

  • Updates to support PHP 8+
  • Check for http scheme in the $notify_url, add it if missing
  • Only output the cloud element when we are in a feed – the rss2_head hook also runs for exports

0.4.2

  • Use wp_safe_remote_*() functions for HTTP requests
  • Use openssl_random_pseudo_bytes() ( when available ) instead of mt_rand() when generating tokens

0.4.1

  • Limit domain characters

0.4.0

  • Add support for the domain parameter in notification requests
  • Notification requests that include a domain parameter use HTTP GET that
    inlcudes a challenge field that must be returned exactly as is in the body
    of the response
  • Separate out the code for scheduling notifications and sending
    notifications, making it easier to replace just one or the other
  • Only update notification URL details if something in the full
    loop has changed
  • Add an optional parameter to rsscloud_send_post_notifications()
    for the rss2_url that was updated
  • Add do_action() calls for certain events
  • Provide a failure response for update requests for any feed URL
    that isn’t the feed URL for the blog
  • Accept any 2xx HTTP status code for notifications
  • Use RSSCLOUD_FEED_URL constant for the blog feed URL if it is defined

0.3.2

  • Escape error text when a notification test has failed

0.3.1

  • Require notification path to start with a slash

0.3

  • Limit path characters
  • Fix typo
  • Small adjustment to plugin description

0.2

  • Minor improvements and bug fixes

0.1

  • Initial release