TekstTV
WordPress plugin to edit and serve slides for cable TV text channels (kabelkranten), consumed by teksttv-frontend.
by Streekomroep ZuidWest · github.com/oszuidwest/teksttv-wp-plugin · website
★ 0stars
56release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/oszuidwest/teksttv-wp-plugin/releases/download/0.4.5/teksttv-0.4.5.zipFrom the readme
TekstTV (WordPress plugin)
WordPress plugin to manage text-TV slides and serve them as JSON to the TekstTV playout app. In the Tekst TV admin menu you set up channels, build the broadcast loop from blocks (posts, images, iframes, commercials, weather, ticker items), and manage settings, commercials and optional AI-assisted content.
How it fits with the frontend
The playout in oszuidwest/teksttv-frontend is a thin client: it polls a JSON playlist on a timer and renders the slides plus the ticker bar. This plugin is the usual content source: editing in WordPress, slide and ticker assembly in PHP, delivery via GET /wp-json/teksttv/v1/slides. A different CMS can fill the same role, provided it returns the same payload shape (see src/types.ts and the schema in the frontend README).
Requirements
- WordPress 7.0 or newer
- PHP 8.3 or newer
For development from a Git checkout you also need Composer and Bun.
The Playground E2E suite additionally uses Node.js 24 LTS.
Installation
Pre-built zip (recommended)
Pushing a version tag starts the Release workflow and publishes
teksttv-.zip. It uses the
same canonical packager as the E2E suite: tracked production source, the exact
built ass
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 0.4.5 | Aug 30, 2026 | teksttv-0.4.5.zip | 4 |
| 0.4.4 | Aug 23, 2026 | teksttv-0.4.4.zip | 3 |
| 0.4.3 | Aug 22, 2026 | teksttv-0.4.3.zip | 3 |
| 0.4.2 | Aug 18, 2026 | teksttv-0.4.2.zip | 2 |
| 0.4.1 | Aug 18, 2026 | teksttv-0.4.1.zip | 1 |
| 0.4.0 | Aug 17, 2026 | teksttv-0.4.0.zip | 1 |
| 0.3.1 | Aug 4, 2026 | teksttv-0.3.1.zip | 3 |
| 0.3.0 | Aug 4, 2026 | teksttv-0.3.0.zip | 2 |
| 0.2.0 | Aug 3, 2026 | teksttv-0.2.0.zip | 3 |
| 0.1.1 | Aug 2, 2026 | teksttv-0.1.1.zip | 22 |
| 0.1.0 | Aug 1, 2026 | teksttv-0.1.0.zip | 12 |