manifest / integrations / teksttv-wp-extensions
TekstTV Streekomroep Extensions
This WordPress plugin makes the radio and television schedules from the Streekomroep theme available in TekstTV.
by ZuidWest · github.com/oszuidwest/teksttv-wp-extensions · website
★ 0stars
5release 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-extensions/releases/download/0.0.2/teksttv-wp-extensions-0.0.2.zipDeclares an update source (https://github.com/oszuidwest/teksttv-wp-extensions), so updates arrive through the plugin's own updater.
From the readme
TekstTV Streekomroep Extensions
This WordPress plugin makes the radio and television schedules from the Streekomroep theme available in TekstTV.
It adds four ticker types:
- Nu op FM: the programme currently on air.
- Straks op FM: the next radio programme.
- Vandaag op TV: one message for each of today's television programmes.
- Morgen op TV: one message for each of tomorrow's television programmes.
Messages use fixed Dutch text. TekstTV provides the shared date and weekday settings.
Requirements
- WordPress 7.0 or newer
- PHP 8.3 or newer
- The TekstTV plugin
- The active Streekomroep theme
If either dependency is missing, the ticker types are not registered and WordPress shows an admin notice.
Installation
1. Download the latest ZIP from GitHub Releases.
2. In WordPress, open Plugins, select Add New Plugin, and then select Upload Plugin.
3. Activate TekstTV Streekomroep Extensions.
4. Open Tekst TV, go to Loop, and add the types you need under Ticker messages.
Development
Composer is only needed for development:
Run composer contract to check compatibility with local checkouts of TekstTV and the Streekomroep theme. Set TEKSTTVPATH and STREEKOMROEPPATH to their respec
Read the full README on GitHub →