Plugin info

Total downloads: 115
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/2/2025 (171 days ago)
Added to WordPress: 9/2/2025 (0 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Maintained • Last updated 171 days ago

50/100

Is Match Results for snooker.org API abandoned?

Likely maintained (last update 171 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.8.3
Requires PHP: 7.4

Similar & Alternatives

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

No similar plugins found yet.

Description

Match Results for snooker.org API fetches snooker match data from the Snooker.org API and caches it to improve performance.

This plugin does not connect to the external API until the user explicitly provides their Header Value (X-Requested-By), which is obtained by contacting the Snooker.org webmaster.

It displays previous, current, and upcoming matches using tabs with AJAX loading for a smooth user experience.

The plugin reduces API calls and speeds up your site by caching data temporarily.

Privacy

This plugin connects to the external API at Snooker.org only after the user provides the required Header Value (X-Requested-By). No personal data is collected, stored, or sent by this plugin.

Features

  • Fetch match data from Snooker.org API.
  • Show Previous, Current, and Upcoming matches.
  • Smooth AJAX-powered tab switching.
  • Lightweight caching system to minimize API calls.
  • Easy-to-use shortcode: [match_results_for_snooker_org_api].
  • Cron-based caching for efficient performance.
  • Admin settings page for entering API Header Value.

Notes

  • Cached data expires every 10 minutes for recent matches and every week for long-term data.
  • AJAX is used for smooth tab switching without reloading the page.
  • Ensure your server can execute WP-Cron events for scheduled updates.

Support

For bug reports or feature requests, please open an issue on GitHub: https://github.com/novakurosevic/match-results-for-snooker-org-api/issues

Author

Novak Urošević
GitHub | LinkedIn

Important:
To use this plugin, you must request an API Header Value (X-Requested-By) by emailing [email protected].
Once received, enter this value in the plugin settings.

License

This plugin is licensed under the GPLv2 or later. See LICENSE.md for details.

Installation

  1. Download the plugin zip file or clone the repository to your local machine.
  2. In your WordPress admin, go to Plugins > Add New.
  3. Click Upload Plugin and upload the zip file.
  4. Click Install Now, then Activate the plugin.
  5. Go to Settings > Match Results for snooker.org API to configure the required API Header Value (X-Requested-By).
  6. Add the shortcode [match_results_for_snooker_org_api] to any post, page, or widget to display match data.

Frequently Asked Questions

How do I get the API Header Value (X-Requested-By)?

You must email the Snooker.org webmaster at [email protected] to request access.

How do I display the matches on my site?

Use the shortcode [match_results_for_snooker_org_api] in any post, page, or widget.

Can I customize the display of matches?

Currently, the plugin uses a tabbed interface with default styling. You can override the CSS by enqueueing your own styles in your theme.

Review feed

No reviews available

Screenshots

  1. Tabbed interface showing Previous, Current, and Upcoming matches.

    Tabbed interface showing Previous, Current, and Upcoming matches.

  2. Seamless AJAX content loading for tabs.

    Seamless AJAX content loading for tabs.

  3. Plugin settings page for entering API Header Value.

    Plugin settings page for entering API Header Value.

Changelog

1.5

  • Removed img, js and css directories from assets directory and set them to plugin root directory

1.4

  • Fixed error in walkover message
  • Fixed error in displaying powered by logo

1.3

  • Unified all cron hook names so that scheduled events, activation, and deactivation hooks use consistent naming.
  • Added mrfs_ prefix to all methods in MRFSSnookerOrgApiClient, including cron handlers and HTML output generation.
  • Updated the shortcode to use the new mrfs_ prefixed method for generating output.
  • Ensured all include files are correctly loaded and exist.
  • Fixed minor naming inconsistencies to improve readability and maintainability of the plugin code.
  • Overall code structure cleaned for better clarity and easier future updates.

1.2

  • Removed “plugin” from plugin name everywhere.
  • Changed links in file description.
  • Changed slug name from snooker_org_plugin to match_results_for_snooker_org_api
  • Changed screenshot images to resolution 1200px x 900px
  • Added mrfs_ prefix to many functions, JS code, and cache key names.

1.1

  • Added optional display of “supported by Snooker.org” logo at bottom of results display.

1.0

  • Initial release.
  • AJAX-based tab loading for matches.
  • Lightweight caching system.
  • Shortcode functionality.