Using FeedBurner with Tumblr

philmc:

This is really easy.  Just click on Customize and then go to the Theme tab and click on Enable Custom HTML.  Your current theme options will be converted into HTML and you can edit it.

Scroll down to the line near the top that looks like this:

<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”{RSS}”/>

and replace {RSS} with the address of your FeedBurner feed.  If your theme has a link or button for the RSS feed in the html, you’ll want to update that one too.

If you use Google Analytics, you can add some Google Analytics tracking code above the closing </body> tag while you’re there.

Now just hit Save and you’re done.

Permalink