Forums

[resolved] WP Audio Player in widget - browser compatibility problem (1 post)

  1. WxDaddy
    Member
    Posted 1 year ago #

    I've installed the WordPress Audio player on my blog. http://wpaudioplayer.com/

    Following the support page at the link above, I added this code to my sidebar_l.php file.

    <!--MP3 Player-->
            <div class="box">
                    <h3>Randy's Daily Update</h3>
                           <?php if (function_exists("insert_audio_player")) {
                            insert_audio_player("[audio:http://myaddress.com/Audio.mp3]");
                           } ?>
                 <div class="cap"></div>
            </div>
            <!--/MP3 Player-->

    (url changed for this posting)

    Now, the widget works perfectly in google chrome, but is not visible in any version of IE or Mozilla Firefox. Is there anything with this code I can add or change to make compatible with those browsers?

Topic Closed

This topic has been closed to new replies.

About this Topic