#features

    • New feature: Tag filtering

      You’ve been able to enter tags on posts for a while using the “Show advanced options” link. Most people use tags to indicate categories or topics, such as vacation, music, photography.

      Today, we’ve added two new ways to use tags:

      Tags can now be displayed for each post in your theme (see the Custom Theme reference’s new Tags section). You can link to URLs that look like this:

      http://staff.tumblr.com/tagged/features

      …where you can replace features with your tag name and use underscores to separate multiple words in a tag, like new_tumblr_features. Underscores in the URL are interpreted as spaces in the name, so that tag would actually be entered as "new tumblr features".

      The standard view shows posts in reverse-chronological order (latest posts on top), like your tumblelog’s front page. If you want the opposite (earliest posts on top), you can append /chrono to any tag URL to display the posts in chronological order, like this:

      http://staff.tumblr.com/tagged/features/chrono

      It’s a great way to present all posts relevant to a certain event or a category (e.g. "photography tips").

      You can link to these URLs in your Description for commonly used tags, or you can link each post to its tags using the new Custom Theme variables.

    • Yesterday, Amit Gupta had a great suggestion to include thumbnails on Video posts in the Dashboard:I love Tumblr, but I almost never watch the videos people post. But I click on photos to see the bigger version all the time.Video posts could really use a still frame to give you a peek at what’s inside.Anyone else feel this way?We were already doing this with videos uploaded to Tumblr.  Now we’ll also show thumbnails next to YouTube videos.Thanks, Amit! 

      Yesterday, Amit Gupta had a great suggestion to include thumbnails on Video posts in the Dashboard:

      I love Tumblr, but I almost never watch the videos people post. But I click on photos to see the bigger version all the time.

      Video posts could really use a still frame to give you a peek at what’s inside.

      Anyone else feel this way?

      We were already doing this with videos uploaded to Tumblr.  Now we’ll also show thumbnails next to YouTube videos.

      Thanks, Amit! 

    • New feature: Audio posts with externally hosted files

Now you can optionally create Tumblr audio posts with MP3s hosted outside of Tumblr. Just click Use an externally hosted audio file on the New Audio Post form.

Audio posts using external hosting have no size limit and no daily limit.

      New feature: Audio posts with externally hosted files

      Now you can optionally create Tumblr audio posts with MP3s hosted outside of Tumblr. Just click Use an externally hosted audio file on the New Audio Post form.

      Audio posts using external hosting have no size limit and no daily limit.

    • We’ve just made a few changes to make your tumblelogs a bit more accessible and search-engine friendly. One thing you’ll probably notice right away: Permalink URLs now include a summary of the post content.

      http://www.davidslog.com/post/34145219/dont-laugh-at-us

      This makes the URLs a little more attractive, and can help search engines identify your posts.

      (Huge thanks to the guys at Disqus for preserving comments from the old structure!)

      We’ve also added the theme tag, {PostSummary}. This is an alternative to the {PostTitle} tag (used on permalink pages) that will generate a short text summary if the post doesn’t have a title. We’ve switched our preset themes to use this tag, and we suggest including it in your custom themes to help search engines index your posts.  See the theme docs for reference.

    • Testing: Dashboard Notifications
We’re trying out a new feature and are really curious to hear what you think.  
Notifications appear on your Dashboard for things like new followers and reblogs.  It still has some glaring holes, but we’ve been loving this feature for discovering new people on Tumblr.
You can enable Notifications on your Preferences page.

      Testing: Dashboard Notifications

      We’re trying out a new feature and are really curious to hear what you think.  

      Notifications appear on your Dashboard for things like new followers and reblogs.  It still has some glaring holes, but we’ve been loving this feature for discovering new people on Tumblr.

      You can enable Notifications on your Preferences page.

    • Getting ready for big updates

      Hi everyone!

      We’re getting ready to push some major updates over the next few weeks, and we wanted to give you a heads-up on changes to our custom theme engine.

      We’ve tried to make Tumblr themes as open and customizable as possible, and the things you’ve created have blown our minds.  But there are still things we’ve wanted to do that haven’t been easy enough.

      So next Monday we’ll be scrapping our old code for a completely overhauled template engine.  We’re seriously excited about this, and we can’t wait to see what you’re able to do with it.

      The most noticeable improvements:

      • The new engine is scoped, so you’ll be able to nest and repeat blocks and variables.
      • The engine uses a new token parser that will support special syntax for API hooks. This will let your theme call back for content, like:
        {​block:Posts type="photo" tagged="spotlight" count="5"}
            <img src="{​PhotoURL width="200"}" />
        {/block:Posts}

      We’ve been systematically testing the new engine to make sure it’s backwards compatible.  You can test it yourself by adding ?beta=1 to any tumblelog URL (e.g. http://www.davidslog.com/?beta=1).  If it’s working correctly, you shouldn’t see a difference.

      Please let us know if you see anything funny.

    • Please help us test Tumblr v4!
We&#8217;re getting ready to push our biggest interface overhaul since last November, and we&#8217;d love to get your feedback.
Nearly every piece of the interface has changed.  We&#8217;ve tried to perfect the presentation of the Dashboard, and the retooled interface will enable a lot of the new functionality we&#8217;re prepping to launch.
It&#8217;s still early, so please let us know if anything seems funny.
You can access the beta at www.tumblr-beta.com.

      Please help us test Tumblr v4!

      We’re getting ready to push our biggest interface overhaul since last November, and we’d love to get your feedback.

      Nearly every piece of the interface has changed. We’ve tried to perfect the presentation of the Dashboard, and the retooled interface will enable a lot of the new functionality we’re prepping to launch.

      It’s still early, so please let us know if anything seems funny.

      You can access the beta at www.tumblr-beta.com.

    • Tumblelog search

      We’re rolling out search across Tumblr, starting with individual tumblelog search.

      You can check it out on our tumblelogs here:

      Search boxes aren’t in any stock themes yet, but they’ll be included soon.

      In the meantime, you can add a search box to your custom theme or Description with this code:

      <form action="/search" method="get">
          <input type="text" name="q" value="{SearchQuery}"/>
          <input type="submit" value="Search"/>
      </form>
      

      These variables have also been added:

      {SearchQuery}
      {URLSafeSearchQuery}
      
      {block:SearchPage}
          {SearchResultCount}
      {/block:SearchPage}
      
      {block:NoSearchResults}
      {/block:NoSearchResults}
      

      Feel free to try it out!

      There’s still more to do. We’re not segmenting, so text without spaces between words (such as German compound words or most Japanese text) isn’t properly indexed yet. Advanced search operators (and, or, not, phrase) also aren’t supported yet.

      And, of course, there’s much more we’re planning to do with this. Stay tuned.