Adding FeedFlare to your Blogger blog

This guide is for "New Blogger". Still using "Old Blogger"? Show me the Old Blogger steps.

In order to add FeedFlare to your blog, you'll need to insert a small piece of code near the post metadata (author, date, comments, etc) in your template. Fortunately, this is really easy (really!) — just follow these seven short steps.

  1. Sign in to Blogger.

  2. For the blog to which you're adding FeedFlare, click "Manage Template" or "Manage Layout" (you'll see one or the other).

    Safari Screen001

    If you clicked "Layout," follow the instructions for editing Blogger Layouts. If you clicked "Template," follow the instructions for editing Blogger Templates. (Yes, we realize that's a little confusing!)

Editing Blogger "Layouts"

  1. Copy this code:

  2. In Blogger, click "Edit HTML". You should see the HTML for your blog template.

    Safari Screen002

  3. Click the "Expand Widget Templates" box above and to the right of the template code.

    Safari Screen003

  4. In your template code, scroll to <div class='post-footer'>. (Don't see this code? You may be using a customized or non-standard Blogger template. Don't panic! Paste the code near the post metadata (author, date, comments, etc).

  5. Paste the code from step 1 just below <div class='post-footer'>.

    Safari Screen004

  6. Click [Save Template].

    Click "View Blog" to see what you've done, and enjoy!

Editing Blogger "Templates"

  1. Copy this code:

  2. In Blogger, click "Edit HTML". You should see the HTML for your blog template.

    blogger dashboard screenshot

  3. In your template code, scroll to <p class="post-footer">. (Don't see this code? You may be using a customized or non-standard Blogger template. Don't panic! Paste the code near the post metadata (author, date, comments, etc.).)

  4. Paste the code from step 1 just above <p class="post-footer">.

    Safari Screen005

  5. Click [Save Template Changes].

    Click "View Blog" to see what you've done, and enjoy!

Customizing FeedFlare's Appearance on Your Blog

Your FeedFlare can be styled almost infinitely using CSS. Let's take a close look at how FeedFlare's output is structured:

<p class="feedburnerFlareBlock"><a href="flare1url" class="first">Flare 1</a> <span>&#8226;</span> <a href="flare2url">Flare 2</a> <span>&#8226;</span> <a href="flare3url">Flare 3</a></p>

There are a few interesting (and important) things to point out about this:

Have questions? Visit our Support Forums where real live FeedBurners are on hand to help you out.

Explore FeedBurner Help