Title: Matchday Blocks
Author: meinturnierplan
Published: <strong>2026 年 5 月 9 日</strong>
Last modified: 2026 年 5 月 28 日

---

搜索插件

![](https://ps.w.org/matchday-blocks/assets/banner-772x250.jpg?rev=3527154)

![](https://ps.w.org/matchday-blocks/assets/icon-256x256.jpg?rev=3527154)

# Matchday Blocks

 作者：[meinturnierplan](https://profiles.wordpress.org/meinturnierplan/)

[下载](https://downloads.wordpress.org/plugin/matchday-blocks.1.1.0.zip)

 * [详情](https://cn.wordpress.org/plugins/matchday-blocks/#description)
 * [评价](https://cn.wordpress.org/plugins/matchday-blocks/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/matchday-blocks/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/matchday-blocks/#developers)

 [支持](https://wordpress.org/support/plugin/matchday-blocks/)

## 描述

Matchday Blocks integrates with the MeinTurnierplan platform to let you embed live
tournament data — match schedules, group standings and results — anywhere on your
site using native Gutenberg blocks.

Features:

 * Match Schedule block — list all matches grouped by round and date
 * Standings block — show live group standings
 * Latest Matches block — display the most recently played fixtures
 * Upcoming Matches block — show the next scheduled fixtures
 * Configurable cache to reduce external API requests
 * Team logos downloaded and served locally (no third-party image requests from 
   visitor browsers)

### External Services

This plugin connects to **MeinTurnierplan** ([https://www.meinturnierplan.de](https://www.meinturnierplan.de))
to retrieve tournament data.

 * **Data sent:** The Tournament ID you configured in the plugin settings.
 * **Data received:** Match results, team names, group standings, final round fixtures
   and team logo URLs.
 * **When:** Only on the server side — when the cache is empty or expired, or when
   you manually clear the cache. Visitor browsers are never used to contact MeinTurnierplan.
 * **Logo images:** Team logos are downloaded to your WordPress uploads directory(`/
   uploads/matchday-blocks/logos/`) and served from your own server.

Service terms of use: [https://www.meinturnierplan.de/legal.php](https://www.meinturnierplan.de/legal.php)

Privacy policy: [https://www.meinturnierplan.de/legal.php](https://www.meinturnierplan.de/legal.php)

### Development

Source code and build tools are available at [GitHub Repository](https://github.com/danfisher85/matchday-blocks)

Prerequisites: Node.js and npm. Blocks are compiled using `@wordpress/scripts` (
webpack-based). CSS is processed using PostCSS with Tailwind CSS.

To install dependencies:

    ```
    npm install
    ```

To build the plugin:

    ```
    npm run build
    ```

To watch for changes during development:

    ```
    npm run start
    ```

The `build/` directory and `assets/css/blocks.css` are generated by these commands
and should not be edited directly.

## 屏幕截图

 * [[
 * Matchday Settings.
 * [[
 * Add a New Latest Matches block.
 * [[
 * Add a new Upcoming Matches block.
 * [[
 * Add a new Match Schedule block.
 * [[
 * Add a new Standings block.

## 区块

该插件提供了 4 个区块.

 *   Upcoming Matches Display upcoming scheduled matches from MeinTurnierplan.
 *   Tournament Standings Display tournament standings table from MeinTurnierplan.
 *   Match Schedule Display complete match schedule from MeinTurnierplan.
 *   Latest Matches Display recently completed matches from MeinTurnierplan.

## 安装

 1. Upload the plugin folder to `/wp-content/plugins/matchday-blocks/`.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Matchday** in the admin menu and enter your Tournament ID.
 4. Add any Matchday block to a page or post from the block inserter.

## 常见问题

### Where do I find my Tournament ID?

Log in to your MeinTurnierplan account, open the tournament and copy the numeric
ID from the URL (e.g. `https://www.meinturnierplan.de/…?id=12345`).

### How often is tournament data refreshed?

You can configure the cache duration (1–168 hours) on the settings page. A background
WP-Cron job automatically refreshes the cache at the configured interval so no visitor
ever waits for a live API call. You can also force an immediate refresh by clicking**
Clear Cache Now** on the settings page.

### Are visitor IP addresses shared with MeinTurnierplan?

No. Team logos are downloaded to your server when the cache is first populated and
served locally thereafter. Visitor browsers never contact MeinTurnierplan’s servers
directly.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Matchday Blocks」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ meinturnierplan ](https://profiles.wordpress.org/meinturnierplan/)
 *   [ Roman Perevala ](https://profiles.wordpress.org/ramzesimus/)

[帮助将「Matchday Blocks」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/matchday-blocks)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/matchday-blocks/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/matchday-blocks/)，或通过[RSS](https://plugins.trac.wordpress.org/log/matchday-blocks/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/matchday-blocks/)。

## 更新日志

#### 1.1.0

 * New – Background WP-Cron job refreshes the cache automatically so no visitor 
   triggers a live API call.
 * New – Plugin uninstall routine removes all options, transients, scheduled events
   and locally cached logo files.
 * New – Standings block displays custom group names (e.g. “Deutsche Bundesliga (
   A)”) and group logos when provided by the tournament.
 * Tweak – Admin menu item and page title renamed from “MeinTurnierplan” to “Matchday”.
 * Tweak – Admin menu icon updated to the Matchday brand logo.
 * Tweak – Match Schedule: “Preliminary Round” heading is hidden when no Final Round
   exists.
 * Tweak – Match Schedule: first column (match number) is now left-aligned.
 * Tweak – Higher-resolution logos used across all blocks (participants: lx95w; 
   group logos: lx95; Upcoming Matches: lx160).
 * Tweak – Unnamed participants display an en dash (–) placeholder instead of a 
   blank.
 * Tweak – Tested and confirmed compatible with WordPress 7.0.
 * Fix – Compatibility with updated MeinTurnierplan API: renamed fields `teams`  `
   participants`, `team1Id`/`team2Id`  `homeParticipant`/`awayParticipant`, and 
   rank table stat fields.
 * Fix – PHP warnings for incomplete rank table entries (unconfirmed/TBD participants
   now show – placeholders).

#### 1.0.1

 * Tweak – Update readme.txt.

#### 1.0.0

 * Initial release.

## 额外信息

 *  版本 **1.1.0**
 *  最后更新：**1 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/matchday-blocks/)
 * 标签
 * [blocks](https://cn.wordpress.org/plugins/tags/blocks/)[football](https://cn.wordpress.org/plugins/tags/football/)
   [gutenberg](https://cn.wordpress.org/plugins/tags/gutenberg/)[sports](https://cn.wordpress.org/plugins/tags/sports/)
   [tournament](https://cn.wordpress.org/plugins/tags/tournament/)
 *  [高级视图](https://cn.wordpress.org/plugins/matchday-blocks/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/matchday-blocks/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/matchday-blocks/reviews/)

## 贡献者

 *   [ meinturnierplan ](https://profiles.wordpress.org/meinturnierplan/)
 *   [ Roman Perevala ](https://profiles.wordpress.org/ramzesimus/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/matchday-blocks/)