Title: StatsFC Live
Author: Will Woodward
Published: <strong>19 Tháng 4, 2013</strong>
Last modified: 21 Tháng 6, 2023

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# StatsFC Live

 Bởi [Will Woodward](https://profiles.wordpress.org/willjw/)

[Tải về](https://downloads.wordpress.org/plugin/statsfc-live.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/statsfc-live/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/statsfc-live/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/statsfc-live/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/statsfc-live/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/statsfc-live/)

## Mô tả

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

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

#### 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://vi.wordpress.org/plugins/statsfc-live/hello@statsfc.com?output_format=md)
or on Twitter [@StatsFC](https://twitter.com/StatsFC).

## Cài đặt

 1. Upload the `statsfc-live` 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-live]` shortcode, with the following options:

 * `key` (required): Your StatsFC key
 * `competition` (required*): Competition key, e.g., `EPL`
 * `team` (required*): Team name, e.g., `Liverpool`
 * `highlight` (optional): The name of the team you want to highlight, e.g., `Liverpool`
 * `goals` (optional): Show goal scorers, `true` or `false`
 * `assists` (optional): Show assists, `true` or `false`
 * `show_badges` (optional): Display team badges, `true` or `false`
 * `timezone` (optional): The timezone to convert match times to, e.g., `Europe/
   London` ([complete list](https://php.net/manual/en/timezones.php))
 * `default_css` (optional): Use the default widget styles, `true` or `false`
 * `omit_errors` (optional): Omit error messages, `true` or `false`

*Only one of `competition` or `team` is required.

## Đánh giá

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

### 󠀁[Another great plugin from StatsFC](https://wordpress.org/support/topic/another-great-plugin-from-statsfc/)󠁿

 [trehesten](https://profiles.wordpress.org/trehesten/) 3 Tháng 9, 2016

Just great

 [ Đọc tất cả 1 đánh giá ](https://wordpress.org/support/plugin/statsfc-live/reviews/)

## Người đóng góp & Lập trình viên

“StatsFC Live” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “StatsFC Live” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/statsfc-live)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/statsfc-live/), check out
[SVN repository](https://plugins.svn.wordpress.org/statsfc-live/), hoặc theo dõi
[nhật ký phát triển](https://plugins.trac.wordpress.org/log/statsfc-live/) qua [RSS](https://plugins.trac.wordpress.org/log/statsfc-live/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 3.0.0

 * Refactor: Update plugin for new API

#### 2.16.2

 * Hotfix: Prevent match scores from wrapping

#### 2.16.1

 * Hotfix: Possible issue loading language/CSS files

#### 2.16.0

 * Feature: Added `assists` parameter

#### 2.15.1

 * Hotfix: Check options exist before using them

#### 2.15.0

 * Feature: Show all matches for the current day by default (removed newly redundant`
   upcoming` option)
 * Feature: Added `timezone` option

#### 2.14.5

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

#### 2.14.4

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

#### 2.14.3

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

#### 2.14.2

 * Hotfix: Match event times should be single quoted, e.g., 10′ instead of 10”

#### 2.14.1

 * Hotfix: Fixed missing team badges

#### 2.14.0

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

#### 2.13.2

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

#### 2.13.1

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

#### 2.13.0

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

#### 2.12.0

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

#### 2.11.2

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

#### 2.11.1

 * Hotfix: Fixed bug saving `competition` setting

#### 2.11.0

 * Feature: Authenticate requests for the automatic live score updates

#### 2.10.2

 * Hotfix: Fixed bug with boolean options

#### 2.10.1

 * Hotfix: Fixed bug with multiple widgets on one page

#### 2.10.0

 * Feature: Added `highlight`, `upcoming`, `goals` and `show_badges` options

#### 2.9.0

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

#### 2.8.0

 * Feature: Enabled ad-support

#### 2.7.0

 * Feature: Use built-in WordPress HTTP API functions

#### 2.5.0

 * Feature: Added badge class for each team

#### 2.4.0

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

#### 2.3.0

 * Feature: Updated team badges.

#### 2.2.0

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

#### 2.1.0

 * Feature: Tweaked CSS.

#### 2.0.0

 * Feature: Updated to use the new API.

#### 1.7.0

 * Feature: Tweaked error message.

#### 1.6.0

 * Feature: Update live match scores and statuses automatically.

#### 1.5.0

 * Feature: Added an option to show upcoming fixtures, starting within the next 
   hour.

#### 1.4.1

 * Hotfix: Added missing “Missed penalty” icon.

#### 1.4.0

 * Feature: Added fopen fallback if cURL request fails.

#### 1.3.1

 * Hotfix: Fixed possible cURL bug.

#### 1.3.0

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

#### 1.2.0

 * Feature: Added Community Shield live scores.

#### 1.1.1

 * Hotfix: Fixed a bug when selecting a specific team.

#### 1.1.0

 * Feature: Separate control over whether to show goals, red cards and yellow cards.

#### 1.0.1

 * Hotfix: Live scores now showing.

## Meta

 *  Phiên bản **3.0.1**
 *  Cập nhật lần cuối **3 năm trước**
 *  Số lượt cài đặt **30+**
 *  Phiên bản WordPress ** 3.3 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.2.9**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/statsfc-live/)
 * Thẻ
 * [fixtures](https://vi.wordpress.org/plugins/tags/fixtures/)[football](https://vi.wordpress.org/plugins/tags/football/)
   [scores](https://vi.wordpress.org/plugins/tags/scores/)[soccer](https://vi.wordpress.org/plugins/tags/soccer/)
   [widget](https://vi.wordpress.org/plugins/tags/widget/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/statsfc-live/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/statsfc-live/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/statsfc-live/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/statsfc-live/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/statsfc-live/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/statsfc-live/reviews/?filter=1)

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/statsfc-live/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/statsfc-live/)