Title: Basketball Scorebook
Author: ofbita
Published: <strong>Декабрь 21, 2025-ж.</strong>
Last modified: Июнь 28, 2026-ж.

---

Плагиндерди издөө

![](https://ps.w.org/basketball-scorebook/assets/banner-772x250.png?rev=3521867)

![](https://ps.w.org/basketball-scorebook/assets/icon-256x256.png?rev=3521867)

# Basketball Scorebook

 Автору [ofbita](https://profiles.wordpress.org/ofbita/)

[Жүктөө](https://downloads.wordpress.org/plugin/basketball-scorebook.1.0.8.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/basketball-scorebook/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/basketball-scorebook/#reviews)
 *  [Орнотуу](https://ky.wordpress.org/plugins/basketball-scorebook/#installation)
 * [Development](https://ky.wordpress.org/plugins/basketball-scorebook/#developers)

 [Колдоо](https://wordpress.org/support/plugin/basketball-scorebook/)

## Сүрөттөө

**Basketball Scorebook** is a lightweight, single-page application that runs directly
within your WordPress site via a shortcode. It allows you to record basketball games
digitally with the precision of a professional table official.

Unlike traditional paper scorebooks, this “RecordedScorebook” automatically tracks
the **timestamps** of major events (scores, fouls, timeouts), giving you a complete
timeline of the game.

**Key Features:**

 * **Real‑time Scoring:** Input 2P, 3P, and FT. Player stats are auto-calculated.
 * **Timestamped Events:** Every foul and timeout is recorded with the exact game
   time.
 * **Running Score:** Visual running score (1–160 pts) tracking with time and player
   number.
 * **Print Ready:** Designed to print perfectly on A4 landscape paper or save as
   PDF via the browser.
 * **Data Persistence and Backup:** Auto-saves to browser LocalStorage, so your 
   data won’t be lost even if the page is accidentally refreshed. However, to protect
   against browser cache clearing or device failure, we strongly recommend exporting
   to JSON for important games.
 * **JSON Import/Export:** Save match data as JSON files for backup, sharing, or
   templates.
 * **No Database Bloat:** All data is handled client-side (Alpine.js). It does not
   clutter your WordPress database.

**Usage:**

Simply add the shortcode `[basketball_scorebook]` to any page or post.
 For the 
best experience, we recommend using a “Full-Width” page template to maximize the
workspace.

### Demo and Usage

You can try the full functionality of the Scorebook without installing the plugin
at the official demo site:

**Demo URL:** [https://doc778.com/scorebook-en](https://doc778.com/scorebook-en)

**Usage Guide:** [https://doc778.com/help-scorebook-en](https://doc778.com/help-scorebook-en)

Simply add the shortcode `[basketball_scorebook]` to any page or post.
 For the 
best experience, we recommend using a “Full-Width” page template to maximize the
workspace.

### Third Party Resources

This plugin includes the following third-party libraries:

#### Alpine.js

 * Version: 3.13.3 (minified)
 * Source Code: https://github.com/alpinejs/alpine
 * License: MIT License
 * License URL: https://github.com/alpinejs/alpine/blob/main/LICENSE.md
 * Used in: assets/app/cdn.min.js
 * Official CDN: https://cdn.jsdelivr.net/npm/alpinejs@3.13.3/dist/cdn.min.js

The minified version (cdn.min.js) is distributed by the Alpine.js project.
 The 
non-minified source code is available at the GitHub repository linked above.

## Скриншоттор

[⌊Main scoreboard interface with real-time scoring⌉⌊Main scoreboard interface with
real-time scoring⌉[

Main scoreboard interface with real-time scoring

[⌊Player stats and foul tracking with timestamps⌉⌊Player stats and foul tracking
with timestamps⌉[

Player stats and foul tracking with timestamps

[⌊Running score visualization (1–160 points)⌉⌊Running score visualization (1–160
points)⌉[

Running score visualization (1–160 points)

[⌊Print preview optimized for A4 landscape⌉⌊Print preview optimized for A4 landscape⌉[

Print preview optimized for A4 landscape

## Орнотуу

 1. Upload the `basketball-scorebook` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the “Plugins” menu in WordPress.
 3. Place the `[basketball_scorebook]` shortcode in any page content.

## FAQ.KG

### Does this plugin work without an internet connection?

Yes, once the page is loaded. All calculations are done in the browser using JavaScript(
Alpine.js).

### Can my data be lost?

Your data won’t be lost during normal use. However, if you clear your browser’s 
browsing history (cache), LocalStorage data will also be deleted. As the safest 
approach, we recommend exporting to JSON at halftime or after the game ends.

### Can I save the scorebook as PDF?

Yes. Select “Print/PDF”. The layout is optimized for A4 landscape.

### Is my data saved automatically?

Yes. The scorebook auto-saves to your browser’s LocalStorage every time you make
a change.

### Does this plugin send any data outside my site?

By default, **No**. The plugin does not send any analytics/telemetry unless you 
explicitly opt in from the settings page.
 If you opt in, the plugin sends **anonymous
event counts only** (plugin version, WordPress/PHP version, locale, and event name).
It does not send your site URL, email address, or any scorebook contents.

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“Basketball Scorebook” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

 *   [ ofbita ](https://profiles.wordpress.org/ofbita/)

“Basketball Scorebook” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/basketball-scorebook/contributors)
for their contributions.

[Translate “Basketball Scorebook” into your language.](https://translate.wordpress.org/projects/wp-plugins/basketball-scorebook)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/basketball-scorebook/),
check out the [SVN repository](https://plugins.svn.wordpress.org/basketball-scorebook/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/basketball-scorebook/)
by [RSS](https://plugins.trac.wordpress.org/log/basketball-scorebook/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 1.0.8

 * Fixed: Resolved a critical data reversion bug where newly updated event logs 
   or annotations could be overwritten by older localStorage data.
 * Improved: Extended the saved data schema (adds game parameters `meta.quarterLength`/`
   overtimeLength` and D&D court positions `liveState.homeCourtPositions`/`awayCourtPositions`
   behind the scenes) to prepare for future v1.1.0 and mobile app synchronization.
 * Improved: Enhanced mapping logic for event logs and liveState to ensure better
   data integrity when loading and importing game files.

#### 1.0.7

 * Updated: Tested up to WordPress 7.0.

#### 1.0.6

 * Added: Suggested privacy policy text via `wp_add_privacy_policy_content()` so
   site owners can clearly describe LocalStorage usage and optional anonymous telemetry.
 * Improved: Clarified privacy / data storage wording (admin screen, FAQ, and privacy‑
   policy text) to better explain what data is stored locally and what may be sent
   when telemetry is opted in.

#### 1.0.5.3

 * Fixed: Resolved “Update failed” error when saving posts while using this plugin
   together with pubsubhubbub or similar plugins.

#### 1.0.5.2

 * Fixed: Settings page now reliably saves when turning anonymous usage statistics(
   telemetry) back OFF, by always posting an explicit `0` value for the opt-in checkbox.
 * Improved: When telemetry is opted in, anonymous events sent to Matomo now use
   a browser-like User-Agent string so they are less likely to be discarded by bot/
   robot filters (still opt-in only).

#### 1.0.5.1

 * Fixed: Added missing Japanese (and en_US) translations for the settings page (
   Privacy / Data Storage, Anonymous Usage Statistics, Save Changes, and review 
   prompt strings: Thanks for using…, Leave a Review, View Help, Not Now)

#### 1.0.5

 * Added: Opt-in anonymous usage statistics (events only, default OFF)
 * Added: Review prompt shown on the settings page after 7 days (one-time per user)
 * Updated: Documentation and settings page privacy notes (data is stored in the
   browser)

#### 1.0.4

 * Fixed: English app Help button now opens the English usage guide URL (`?lang=
   en`)
 * Improved: Disabled browser auto-translation inside the scorebook iframe to prevent
   UI breakage (DOM rewrites)

#### 1.0.3

 * Updated: Prepare v1.1.0 migration by extending saved data schema (adds `meta`
   and `foulEvents` to save/export/import while keeping LocalStorage key)
 * Updated: Add schema versioning (`meta.schemaVersion = 103`) and default-fill 
   logic for backward compatibility

#### 1.0.2

 * Added: Full internationalization (i18n) support
 * Added: Japanese translation files (ja.po / ja.mo)
 * Added: Japanese readme (readme-ja.txt)
 * Fixed: Japanese IME input focus issue
 * Improved: Enhanced plugin feature descriptions and documentation

#### 1.0.1

 * Fixed: Properly enqueue CSS and JavaScript files using `wp_enqueue_style()` and`
   wp_enqueue_script()`
 * Fixed: Updated function prefixes to meet WordPress.org requirements (`BSB_` to`
   BASKSC_`)
 * Added: Documentation for third-party library (Alpine.js) in readme
 * Improved: Code structure following WordPress coding standards

#### 1.0.0

 * Initial release.

## Мета

 *  Нуска **1.0.8**
 *  Акыркы жаңыртуу **5 күн мурун**
 *  Активдүү орнотуулар **Fewer than 10**
 *  WordPress нускасы ** 5.5 же андан жогору **
 *  Tested up to **7.0**
 *  PHP нускасы ** 7.2 же андан жогору **
 *  Тилдер
 * [English (US)](https://wordpress.org/plugins/basketball-scorebook/) жана .[Japanese](https://ja.wordpress.org/plugins/basketball-scorebook/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/basketball-scorebook)
 * Тег:
 * [basketball](https://ky.wordpress.org/plugins/tags/basketball/)[pdf](https://ky.wordpress.org/plugins/tags/pdf/)
   [sports](https://ky.wordpress.org/plugins/tags/sports/)[timer](https://ky.wordpress.org/plugins/tags/timer/)
 *  [Advanced View](https://ky.wordpress.org/plugins/basketball-scorebook/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

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

[See all reviews](https://wordpress.org/support/plugin/basketball-scorebook/reviews/)

## Мүчөлөрү

 *   [ ofbita ](https://profiles.wordpress.org/ofbita/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/basketball-scorebook/)