Add Audio Player to Widget
-
I’m trying to use the Audio Player plugin within a widget in my sidebar.
I found the code below from the support website for the plugin, but even when I try inserting this into my widget it’s not working. I’m trying to insert this in a Text widget.
<?php if (function_exists("insert_audio_player")) { insert_audio_player("[audio:https://www.domain.com/path/to/song.mp3]"); } ?>
Any help would be most appreciated.
Thanks,
Tyler
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add Audio Player to Widget’ is closed to new replies.