IT Nursery
I’m pretty new to WordPress and I was wondering about WebRTC integration : user permissions, page integration… I’m especially interested in chat communications (writing and audio, video is not...
  • June 2, 2022
  • 0 Comments
IT Nursery
I’m using wp_audio_shortcode() to display an audio file in my page. For example: $attr = array( 'src' => 'http://example.com/my-audio-file.wav', 'preload' => 'auto' ); echo wp_audio_shortcode( $attr ); I’ve used...
  • June 2, 2022
  • 0 Comments
IT Nursery
Looking for the following functionality, there does not seem to be a single way to do this, at least not that I was able to find. I would gladly...
  • May 30, 2022
  • 0 Comments
IT Nursery
At the moment, the audio shortcode only allows four attributes, src, loop, autoplay and preload. When you upload an audio file however, it comes with pretty useful meta data...
  • May 29, 2022
  • 0 Comments