Mô tả
Adds the possibility to add an audio file to each Gutenberg block suitable for this purpose. This allows, for example, the textual content of the block to be read aloud.
The plugin does not enable the automatic generation of the necessary audio files. The audio file must be created separately and uploaded to the block.
Features
- selection of one audio file per block at all Gutenberg Core blocks that allow texts.
- optional specification of a title to the audio file.
- Global option to set position of the audio-file in relation to the block content.
- optional use your own child-theme-template to change the output.
Cài đặt
- Upload “audio-on-every-block” to the “/wp-content/plugins/” directory.
- Activate the plugin through the “Plugins” menu in WordPress.
- Add your audio-files on each Block in Gutenberg.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Audio on every block” 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“Audio on every block” đã đượ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 “Audio on every block” 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
1.3.0
- Added check with PHPStan to reduce potential PHP-errors
- Do not run with PHP 7.4 or older