I uploaded mp3 files to my blog but there’s no text
-
I uploaded two mp3 files and filled in the title, caption, and description, then added them to a new page. Both songs play, but there is no text to identify the title, etc.
The blog I need help with is: (visible only to logged in users)
-
-
-
On your mTunes page, both players display: “Track #1”. To fix this you need to add the titles parameter to your player’s code.
Since I don’t use the visual editor at all, I don’t know how you’d do it there; however, if you click on the HTML button (that will switch the editor from visual to HTML), you will see the code that displays your tracks should look like this:
[audio http://www.yourdomain.com/audiofile.mp3]To display the titles, add the parameter I mention above at the end of the file URL like this:
[audio http://www.yourdomain.com/audiofile.mp3|titles=Name Of Audio File]That should display the title of the song on your player.
-
-
Thanks, devblog! I’ll try this. I did figure out how to put the artist and title above the player, so that might be good enough.
I was disappointed to discover that I can’t upload m4a files with this player. I don’t suppose there’s any way to change an m4a file to an mp3?
-
-
“I don’t suppose there’s any way to change an m4a file to an mp3?”
You can convert it in iTunes, the way you would do it for creating any mp3.
- The topic ‘I uploaded mp3 files to my blog but there’s no text’ is closed to new replies.