Comment upload mp3 ==> mp3 player?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Comment upload mp3 ==> mp3 player?’ is closed to new replies.
The topic ‘Comment upload mp3 ==> mp3 player?’ is closed to new replies.
(@jackbomb)
14 years, 7 months ago
Hi
Website I’m working on, for your reference…
http://edgetracks.com/cowell/?p=1
I’m using Easy Comment Uploads (http://wordpress.org/extend/plugins/easy-comment-uploads) so users can upload MP3’s. It does what I need at this stage.
However, rather than just outputting the file as a link, I’d like to output the file to an MP3 player.
When a user uploads a file, it’s currently going to [file]http://www.songname.mp3[/file]
I’m trying to work out how to get it to output to [audio src="http://www.songname.mp3] which is the shortcode for the plugin I’m using. (MediaElement.js – HTML5 Audio and Video).
I don’t HAVE to use that plugin for audio – any will do, but I do like the look of the player.
Any suggestions welcome, and if I’ve missed anything please feel free to point it out.
Thanks for reading.