Title: StatsFC Table
Author: Will Woodward
Published: <strong>2013 年 3 月 12 日</strong>
Last modified: 2023 年 6 月 21 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/statsfc-table/assets/icon-256x256.png?rev=1202276)

# StatsFC Table

 作者：[Will Woodward](https://profiles.wordpress.org/willjw/)

[下载](https://downloads.wordpress.org/plugin/statsfc-table.zip)

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

 [支持](https://wordpress.org/support/plugin/statsfc-table/)

## 描述

Add a football league table to your WordPress website. To request a key sign up 
for your free trial at [statsfc.com](https://statsfc.com).

For a demo, check out [wp.statsfc.com/league-table](https://wp.statsfc.com/league-table/).

#### Translations

 * Bahasa Indonesia
 * Dansk
 * Deutsch
 * Eesti
 * Español
 * Français
 * Hrvatski Jezik
 * Italiano
 * Magyar
 * Norsk bokmål
 * Slovenčina
 * Slovenski Jezik
 * Suomi
 * Svenska
 * Türkçe

If you’re interested in translating for us, please get in touch at [hello@statsfc.com](https://cn.wordpress.org/plugins/statsfc-table/hello@statsfc.com?output_format=md)
or on Twitter [@StatsFC](https://twitter.com/StatsFC).

## 安装

 1. Upload the `statsfc-table` folder and all files to the `/wp-content/plugins/` directory
 2. Activate the widget through the ‘Plugins’ menu in WordPress
 3. Drag the widget to the relevant sidebar on the ‘Widgets’ page in WordPress
 4. Set the StatsFC key and any other options. If you don’t have a key, sign up for
    free at [statsfc.com](https://statsfc.com)

You can also use the `[statsfc-table]` shortcode, with the following options:

 * `key` (required): Your StatsFC key
 * `competition` (required): Competition key, e.g., `EPL`
 * `group` (optional): Competition group, e.g., `A`, `B`
 * `season` (optional): Season to show league table for, e.g., `2016/2017`
 * `type` (optional): Type of league table, `full` or `mini`
 * `highlight` (optional): Name of the team you want to highlight, e.g., `Liverpool`
 * `rows` (optional, _used in conjunction with `highlight`_): Number of rows you
   want to show, e.g., `3`, `5`
 * `date` (optional): For a back-dated league table, e.g., `2013-12-31`
 * `show_badges` (optional): Display team badges, `true` or `false`
 * `show_form` (optional): Show form of last 6 matches, `true` or `false`
 * `show_status` (optional): Show league position movement arrows, `true` or `false`
 * `default_css` (optional): Use the default widget styles, `true` or `false`
 * `omit_errors` (optional): Omit error messages, `true` or `false`

## 评价

![](https://secure.gravatar.com/avatar/131d905eab43489382b851bfa27ee1e3d58c1199a5a040ce5be6a41c380cc114?
s=60&d=retro&r=g)

### 󠀁[plugin ok, terrible support](https://wordpress.org/support/topic/plugin-ok-terrible-support/)󠁿

 [](https://profiles.wordpress.org/radul77/) 2019 年 4 月 25 日

While their plugins are OK and working pretty good, the support is terrible. Like,
for example, when you are a paying customer for two years and you have a problem
with the plugins (let’s say they simply stopped working) and the emails you are 
sending to support remain unanswered for 24 hours and counting. Plugins 4/5 (doesn’t
work on AMP pages) Support 0/5

![](https://secure.gravatar.com/avatar/2f8d606353be09064a0def82f9657f620424813db7e29f00aa1ef39d483a278e?
s=60&d=retro&r=g)

### 󠀁[Top Plugin](https://wordpress.org/support/topic/top-plugin-95/)󠁿

 [dormes](https://profiles.wordpress.org/dormes/) 2017 年 6 月 27 日

Plugin works perfect, looks amazing, updates fast, easy for use and their support
is incredible. You can see our website for live example – eplfixtures.co.uk I really
recommend.

![](https://secure.gravatar.com/avatar/9a5eb4d6a475e2866d99ef512d8fa0f796b11f4401b315c9187aec745a4da03b?
s=60&d=retro&r=g)

### 󠀁[Recommended](https://wordpress.org/support/topic/recommended-101/)󠁿

 [trehesten](https://profiles.wordpress.org/trehesten/) 2016 年 9 月 3 日

These plugins from StatsFC is highly recommended. Great and fast support.

 [ 阅读所有4条评价 ](https://wordpress.org/support/plugin/statsfc-table/reviews/)

## 贡献者及开发者

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

贡献者

 *   [ Will Woodward ](https://profiles.wordpress.org/willjw/)

[帮助将「StatsFC Table」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/statsfc-table)

### 对开发感兴趣吗?

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

## 更新日志

#### 2.2.1

 * Hotfix: Make the plugin more efficient by only loading the form when it’s required

#### 2.2.0

 * Feature: Split tables by competition group

#### 2.1.0

 * Feature: Allow league position movement arrows to be displayed (up, same, down)
   with the `show_status` option

#### 2.0.0

 * Refactor: Update plugin for new API

#### 1.28.1

 * Hotfix: Possible issue loading language/CSS files

#### 1.28.0

 * Feature: Allow a league table to be shown for a specific season via the new `
   season` parameter

#### 1.27.5

 * Hotfix: Check options exist before using them

#### 1.27.4

 * Hotfix: Check highlight value against short and full team names

#### 1.27.3

 * Hotfix: Check the before/after widget/title bits exist before using them

#### 1.27.2

 * Hotfix: Load relevant language file based on the default language for the site

#### 1.27.1

 * Hotfix: Fixed missing team badges

#### 1.27.0

 * Feature: Added multi-language support. If you’re interested in translating for
   us, please get in touch at [hello@statsfc.com](https://cn.wordpress.org/plugins/statsfc-table/hello@statsfc.com?output_format=md)

#### 1.26.2

 * Hotfix: Added a responsive horizontal scroll if the widget is too wide for mobile

#### 1.26.1

 * Hotfix: Fixed possible `Undefined index: omit_errors` error

#### 1.26.0

 * Feature: Put CSS/JS files back into the local repo
 * Feature: Enqueue style/script directly instead of registering first

#### 1.25.0

 * Feature: Added `omit_errors` parameter
 * Feature: Load CSS/JS remotely

#### 1.24.3

 * Hotfix: Fixed “Invalid domain” bug caused by referal domain

#### 1.24.2

 * Hotfix: Fixed bug saving ‘Show badges’ option

#### 1.24.1

 * Hotfix: Fixed bug with boolean options

#### 1.24.0

 * Feature: Added `show_badges` parameter

#### 1.23.0

 * Feature: Allow more discrete ads for ad-supported accounts

#### 1.22.0

 * Feature: Enabled ad-support

#### 1.21.0

 * Feature: Added `group` parameter

#### 1.20.0

 * Feature: Use built-in WordPress HTTP API functions

#### 1.19.0

 * Feature: Added badge class for each team

#### 1.18.0

 * Feature: Default `default_css` parameter to `true`

#### 1.17.0

 * Feature: Updated team badges.

#### 1.16.0

 * Feature: Added a `rows` parameter, which will work in association with `highlight`.

#### 1.15.1

 * Hotfix: Fixed shortcode bug.

#### 1.15.0

 * Feature: Added `[statsfc-table]` shortcode.

#### 1.14.0

 * Feature: Added a `date` parameter.

#### 1.13.0

 * Feature: Added an option to show team form.

#### 1.12.0

 * Feature: Use API to get competition list dynamically.

#### 1.11.0

 * Feature: Updated to use the new API.
 * Feature: Removed support for European competition groups for now.

#### 1.10.0

 * Feature: Tweaked error message.

#### 1.9.0

 * Feature: Opened up to UEFA Champions League and UEFA Europa League group stages
   groups.

#### 1.8.0

 * Feature: Added timestamp for debugging.

#### 1.7.0

 * Feature: More reliable team icons.

#### 1.6.0

 * Feature: Added fopen fallback if cURL request fails.

#### 1.5.1

 * Hotfix: Fixed possible cURL bug.

#### 1.5.0

 * Feature: Use cURL to fetch API data if possible.

#### 1.4.0

 * Feature: Updated team badges for 2013/14.

#### 1.3.0

 * Feature: Load images from CDN.

#### 1.2.0

 * Feature: Changed ‘Highlight’ option from a textbox to a dropdown.

#### 1.1.1

 * Hotfix: Fixed possible CSS overlaps.

#### 1.1.0

 * Feature: Swapped club crests for shirts.

## 额外信息

 *  版本 **2.2.1**
 *  最后更新：**3 年前**
 *  活跃安装数量 **80+**
 *  WordPress 版本 ** 3.3 或更高版本 **
 *  已测试的最高版本为 **6.2.9**
 *  语言
 * [English (US)](https://wordpress.org/plugins/statsfc-table/)
 * 标签
 * [football](https://cn.wordpress.org/plugins/tags/football/)[premier league](https://cn.wordpress.org/plugins/tags/premier-league/)
   [soccer](https://cn.wordpress.org/plugins/tags/soccer/)[widget](https://cn.wordpress.org/plugins/tags/widget/)
 *  [高级视图](https://cn.wordpress.org/plugins/statsfc-table/advanced/)

## 评级

 4.3 星（最高 5 星）。

 *  [  3 条 5 星评价     ](https://wordpress.org/support/plugin/statsfc-table/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/statsfc-table/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/statsfc-table/reviews/?filter=3)
 *  [  1 条 2 星评价     ](https://wordpress.org/support/plugin/statsfc-table/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/statsfc-table/reviews/?filter=1)

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

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

## 贡献者

 *   [ Will Woodward ](https://profiles.wordpress.org/willjw/)

## 支持

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

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