Mô tả
Adds the option to prevent an audio file from being played multiple times. You can set the option for the complete website
or restrict the audio files only for specific files added from you in your editor.
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.
Supported editors
The plugin actually supports following editors:
- Block Editor
- Multiple plugins, which adds audio widget in Elementor
GitHub
The source-code of this plugin is hosted on GitHub.
Cài đặt
- 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.
Đánh giá
Người đóng góp & Lập trình viên
“Play Audio Once” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“Play Audio Once” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “Play Audio Once” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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