WP Audio Player in widget – browser compatibility problem
-
I’ve installed the WordPress Audio player on my blog. https://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:https://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?
- The topic ‘WP Audio Player in widget – browser compatibility problem’ is closed to new replies.