Display The Album Art, Track Name and Artist in your Tumblr Audio Posts
When you publish audio posts on Tumblr and want the Album Cover, Track Name, Artist and Album Name displayed along with the song and the audio player you must insert some code within your theme html, if your layout doesn’t include it already.
Don’t get scared since it’s easy. Take into account that only the mp3 audio files hosted on Tumblr can be displayed this way (it’s totally different from having a tumblr music player in your sidebar with a pre-built playlist). You can also tweak the theme css to make this look different, even with a much bigger album artwork, but that’s a thing to write about in another post.
How To Display Album Artwork, Artist and Track Name in Your Audio Posts.
- Go to Customize Appereance >> Edit HTML
- Once there, with control+F, look for the following code; {block:Audio}
- Right after {block:Audio} you must paste the following lines, if you read each one of them you will see that they represent each part, the album artwork, the Track Name, etc.
- Now save and close, then publish an audio post or just check an old and check how it looks
{block:AlbumArt}
<img src=”{AlbumArtURL}” />
{/block:AlbumArt}
{block:Artist}
Artist: {Artist}
{/block:Artist}
{block:Album}
Album: {Album}
{/block:Album}
{block:TrackName}
Track: {TrackName}
{/block:TrackName}
|
You can see an example of this is displayed on a audio post here.


18 Responses to "Display The Album Art, Track Name and Artist in your Tumblr Audio Posts"
Add Comment