该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Audio Envelope

描述

This plugin renders an audio player and playlist for all audio elements within a page. It pulls together audio files listed in posts (typically in the excerpts in posts) and provide a single player to control them. It also keeps track of the play point and can even continue to play the audio on subsequent pages that it is listed on.

屏幕截图

  • Expanded full player and playlist for desktop
  • Collapsed player for desktop
  • Expanded full player and playlist for mobile
  • Collapsed player for mobile

区块

该插件提供了1个区块.

  • Audio Envelope

安装

  1. Upload audio-envelope/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常见问题

Why would you want to use this?

This plugin was designed for podcasters who might want to show their episodes from one season within one player. By creating individual posts for each episode and then adding the audio to the displayed text (ie. excerpt), a central player is rendered, pulling together all the audio into a playlist and single player. It hides the individual audio players and replaces it with a simple play button that is connected to the player.

Use Audio Envelope as a way to feature a collection of audio on a single page.

Why does the audio stop playing when I navigate through the site?

This is a ‘feature’ of how your site is working. In order to support audio continuing to play, the content of your site needs to load dynamically, using something like React. If this is important to your site consider looking for a REACT-based theme, or seek out a developer who can build this functionality for you. It is possible, but beyond the scope of this plugin.

Audio Envelope does however, support continuous play if the same audio remains on all pages that you navigate to.

We are also exploring ways to ‘carry’ the audio around with you, however the audio will pause because as the page changes.

评价

此插件暂无评价。

贡献者及开发者

“Audio Envelope” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Audio Envelope”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0

  • Initial release

1.0.1

  • Fixing issues with text and description selectors
  • Adding options for adjusting these selectors

1.0.2

  • Fixed issue with active state of audio
  • Excluding title and description from localStorage to catch change in the page

1.0.3

  • Added deactivation param, for demo purposes

1.0.4

  • Fixed issue with state without currentTime

1.0.5

  • Sorted out issues with JS not properly finding title and description
  • Added Gutenberg block to improve accuracy of defining multiple audio envelopes in a post
  • Improved settings, so you can activate or deactivate player side-wide or on individual posts

1.0.6

  • Improved options, including putting them into one options field
  • Fixed bug with scrolling to active track
  • Upgrade babel + lodash to deal with security issue

1.0.7

  • Adding Elementor skin for Elementors Posts Widget, so posts with Gutenberg AE blocks are rendered instead of all of the content

1.0.8

  • Removed error message when Elementor is not installed, as it is not required
  • Updated npm libraries with security vulnerabilities

1.0.9

  • Fixed unhidden default player