• So I dl the audio player plugin for wordpress. I wanted the player to auto play on my home page and figured out how to do that but when I put it in the post space you have to scroll down in order for it to activate and start playing. I want it to start right away so I think it needs to be in my header. The website tells you how to do it but it’s still very foreign to me and they gave me the code but don’t know exactly what I am supposed to do with the code. Here is the website of the audio player:
    http://wpaudioplayer.com/frequently-asked-questions/ and it’s under “How do I place a player in the sidebar, header or footer?” Thank you so much for your help and my website is http://www.thesunnysideband.com
    Margaret

Viewing 1 replies (of 1 total)
  • insert the code

    # <?php if (function_exists("insert_audio_player")) {
    #   insert_audio_player("[audio:http://www.domain.com/path/to/song.mp3]");
    # } ?>

    in theme’s header.php right before </head>

Viewing 1 replies (of 1 total)
  • The topic ‘How to use this code in my website’ is closed to new replies.