Beschreibung
Fügt die Option hinzu, die verhindert, dass eine Audiodatei mehrfach abgespielt wird. Du kannst die Option für die gesamte Website festlegen oder die Audiodateien nur für bestimmte, von dir in deinem Editor hinzugefügte Dateien einschränken.
In the frontend, the option, if activated, is executed on the audio file if the visitor’s browser has JavaScript activated. That an audio file was played is saved in the browser session – not as a cookie. The storage takes place at the moment of playback, which means that it is no longer possible to rewind or fast-forward. The user is not offered an option to reset.
Unterstützte Editoren:
Das Plugin unterstützt derzeit folgende Editoren:
- Block-Editor
- Multiple plugins, which adds audio widget in Elementor
GitHub
Der Quellcode des Plugins wird auf GitHub bereitgestellt.
Installation
- Lade „play-audio-once“ in das Verzeichnis „/wp-content/plugins/“ hoch.
- Aktiviere das Plugin über das Menü „Plugins“ in WordPress.
- Wähle die neu hinzugefügte Option an einen beliebigen Audioblock in deinem Projekt.
Rezensionen
Mitwirkende & Entwickler
„Play Audio Once“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Play Audio Once“ wurde in 3 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Play Audio Once“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
3.0.4
- Now requires PHP 8.2 or newer
- Set compatibility with WordPress 7.1
- Updated settings lib to 3.0.0
- Enabled DataView for settings, if WordPress 7.0 or newer is used
- Updated dependencies
- Fixed support for „Responsive Addons for Elementor“ which was not loaded
- Fixed missing removing of our settings on uninstallation