Met deze plugin is het mogelijk om door middel van shortcodes data uit de KNVB Dataservice API op te halen.
Deze shortcodes worden dan vertaalt naar een tabel in de wordpress website. Naast alle reguliere API calls, zoals die staan beschreven op
http://api.knvbdataservice.nl/, zitten er in deze plugin ook een aantal extra features zoals het tonen van het clublogo, filteren op alleen thuiswedstrijden, filteren alle wedstrijden of op de volgende/vorige en huidige week.
Voor meer informatie over het gebruik van de verschillende shortcodes, zie onze
handleiding
Hier volgt een lijst van de verschillende soorten shortcodes die beschikbaar zijn binnen de plugin:
- Lijst tonen van alle teams
- Lijst tonen met alle wedstrijden
- Lijst tonen met alle competities
- Lijst tonen met de uitslagen per team
- Lijst tonen met het programma per team
- Lijst tonen met de stand van een team
- Lijst tonen met de uitslagen van een competitie
- Lijst tonen met het programma van een competitie
- Lijst met de standen binnen een competitie
- Details van één specifieke wedstijd
Naast de bovenstaande reguliere shortcodes, kunt u per shortcode extra parameters toevoegen die zorgen extra filtering of sortering:
- Toon club logo bij de teams
- Sorteer wedstrijden op uit en thuis wedstrijden
- Toon enkel de thuis wedstrijden
- Toon de wedstrijden van de huidige, vorige, volgende week, een bepaald week nummer of van alle weken.
- Toon enkel de vriendschappelijke, reguliere of beker wedstrijden
- Toon enkel de wedstrijden binnen een bepaalde poule
- Toon enkel de veld of zaal wedstrijden
- Toon enkel de wedstrijden van de 1ste, 2e, 3e of 4e periode van het seizoen.
1.14.3.10
Release date: Apr 06, 2017
Feature Improvements:
- Show VeldKNVB if VeldClub is empty under Spelsoort column in [knvb uri="/wedstrijden"] shortcode.
1.14.3.9
Bug fixes:
- Fixed bug that caused column headers in the standing multipoule table not to show.
1.14.3.8
Bug fixes:
- Fixed bug causing error when trying to hide column's via the
fields="..."
option without having set headers="1"
1.14.3.7
Bug fixes:
- Small bug that required user to manually include jQuery when using the slider. Now using Wordpress's native version of jQuery.
1.14.3.6
Potential bug fixes:
- If server date is set wrong, weeknummer=C might display next weeks results instead of Current week's results. In an effort to prevent this, now using Wordpress's time instead of the plain php date(). Being unable to test this, this fix might not work.
1.14.3.5
Release date: Sep 07, 2016
Feature Improvements:
- Fields option: Added additional option
fields="Tijd|Bijzonderheden"
to hide entire table columns.
1.14.3.4
Release date: Aug 30, 2016
Bug fixes:
- Small bug fix that sometimes causes plugin not being able to be activated
1.14.3.3
Release date: Aug 19, 2016
Bug fixes:
- Thuis parameter: Sometimes clubname in API does not match team names (e.g. clubname = V.V. Club and team = Club 1 ). This caused the thuis=1 parameter to not work since it was strictly matching the clubname against the team name. Implemented club name field on the plugin's settings page to manually overwrite the API club name.
1.14.3.2
Release date: Aug 18, 2016
Bug fixes:
- Sorterenopteam parameter: Documentation stated parameter should be called by extra="sorterenopteam=1" but code was expecting extra="sorteeropteam=1".
1.14.3.1
Release date: Aug 18, 2016
Bug fixes:
- Matches template: Fixed bug that would only show score if hometeam had goals. This prevented the score from being displayed if a match ends in 0-3 for example.
1.14.3
Release date: Aug 17, 2016
Feature Improvements:
- Shortheaders parameter: Added extra parameter to show abbreviated version of column headers
- Sorterenopteam parameter: Added extra parameter to sort matches by team per date instead of start time per date
- Resultaten parameter: Added extra parameter to limit the amount of results shown of the page
- Weeknummer parameter: Expanded parameter input to also take a combination of P(revious), C(urrent), N(ext) weeknumber
Documentation:
- Shortcode parameters tab: Examples of headers parameter
- Shortcode parameters tab: Examples of shortheaders parameter
- Shortcode parameters tab: Examples of sorterenopteam parameter
- Shortcode parameters tab: Examples of resultaten parameter
- Shortcode parameters tab: Examples of P(revious), C(urrent), N(ext) inputs for the weeknummer parameter
1.14.2.2
Release date: Jun 27, 2016
Feature Improvements:
- Reverse order results: Reversed the order of the results so that the newest matches are listed at the top.
- Reverse order parameter: Added extra parameter
reverse=1
that will reverse to order of the API output.
1.14.2
Release date: May 25, 2016
Bug fixes:
- Match template headers: Fixed bug to show headers correctly of matches
1.14.2
Release date: May 25, 2016
Feature Improvements:
- Headers: Show column headers by adding
headers=1
parameter to shortcode
1.14.1
Release date: April 29, 2016
Feature Improvements:
- Status light: API status
- Status light: API connect status
- Tabs: Tabs for each type of shortcode
- Tabs: Additional templates for the settings menu
- Templates: Additional template for the teams call
- Caching: Changed the way the caching system works
- Settings: Retrieve the KNVB name through the API rather than manually setting it