Untitled

Get it while it’s hot!

Dashboard posts are now accessible from the Tumblr API, and there’s a shit-ton more coming to the API over the next few weeks days.

While I’m sure you guys will concoct plenty of things we haven’t even begun to imagine, the things we’re super-excited to see are any

staff:

We now extract album art from uploaded music!
Developers can even add this art to Tumblr themes with:
{block:AlbumArt}
    <img src="{AlbumArtURL}" />
{/block:AlbumArt}
And access Artist, Album, and Track information like this:
{block:Artist}
    Artist: {Artist}
{/block:Artist}

{block:Album}
    Album: {Album}
{/block:Album}

{block:TrackName}
    Track: {TrackName}
{/block:TrackName}

staff:

We now extract album art from uploaded music!

Developers can even add this art to Tumblr themes with:

{block:AlbumArt}
    <img src="{AlbumArtURL}" />
{/block:AlbumArt}

And access Artist, Album, and Track information like this:

{block:Artist}
    Artist: {Artist}
{/block:Artist}

{block:Album}
    Album: {Album}
{/block:Album}

{block:TrackName}
    Track: {TrackName}
{/block:TrackName}