Description
Adds an option to the audio block in Gutenberg-editor to prevent the file from being played multiple times.
In the frontend, the option, if activated, is executed on the audio file if the visitor’s browser has JavaScript activated. The fact 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.
GitHub
The source-code of this plugin is hosted on GitHub.
Installation
- Upload “play-audio-once” to the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
- Choose the newly added option on any audio-block in your project.
Reviews
Contributors & Developers
“Play Audio Once” is open source software. The following people have contributed to this plugin.
Contributors“Play Audio Once” has been translated into 3 locales. Thank you to the translators for their contributions.
Translate “Play Audio Once” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.6
- Added GitHub action for releases
- Moved changelog to GitHub
- Updated dependencies