• Hi,

    I’m using WP 3.0.5 and the plugin, WPAudio (https://wpaudio.com/)

    It’s a really simple, clean audio player, and I love it, but I’m having an issue with the autoplay – just doesn’t seem to work.

    I am using it on this site: https://www.johnsofbrooklyn.com

    I am trying to use it in the header so that it plays on every page. I can’t seem to get it to autoplay like this.

    This is what I wrote in the header:

    Stop Music

    Do I need to write something more elaborate? I was using a flash player but those aren’t the best because you can’t use them on iPads, etc. This is what I had written for the other basic WP player in flash, which worked great for the flash version:

    <?php if (function_exists(“insert_audio_player”)) {
    insert_audio_player(“[audio:https://www.johnsofbrooklyn.com/wp-content/uploads/italy.mp3|autostart=yes|loop=yes|titles=ITALY|width=180]”);
    } ?>

    Is there a way I can get the audio to autoplay with either of these options written in the header?

    Thanks so much for any help!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPAudio – can't get to autoplay’ is closed to new replies.