Scott Hanselman

DotNetKicks Flare for FeedBurner and DasBlog

June 25, 2006 Comment on this post [9] Posted in DasBlog | Javascript | Subversion | XML | Bugs
Sponsored By

A number of folks have asked about the "flare" on my site that appears at the bottom of each post. This is possible via a number of things.

First, the current version of DasBlog (get it via SubVersion) supports FeedBurner directly. FeedBurner will host your RSS Feed for you and DasBlog will automatically redirect folks who ask for your original feed to the new FeedBurner one, like http://feeds.feedburner.com/ScottHanselman. This will allow you to manipulate your feed in a number of new ways, including the addition of "feed flare."

DasBlogFeedBurner1

Gavin Joyce kindly created a FeedFlare for DotNetKicks.com that I put up at http://www.hanselman.com/blog/kickitflare.xml. I told FeedBurner, via their web-based configuration interface to use this new flare and it now appears automatically at the bottom of each of my posts along with a few other bits of flare.

DasBlogFeedBurner2

Then I added this line to my itemtemplate.blogtemplate file in my DasBlog specific theme folder:

<script src="http://feeds.feedburner.com/ScottHanselman?flareitem=<%PermalinkUrlRaw%>" type="text/javascript"></script>

This includes a bit of JavaScript from FeedBurner that creates the flare. I can have different flare in the feed and the site.

NOTE: Apparently there's some kind of known bug in FeedBurner on their side related to DasBlog's correct usage of the Description element in the RSS Feed, but they know about it and they are working on it. This causes, it seems, flare to not display in some aggregators.

I've been VERY happy with FeedBurner and it's cut my bandwidth in half and added a host of new abilities like more detailed statistics on the number of subscribers, where they're from and what aggregator they use.

So, the combination of DasBlog's auto-redirect, the FeedFlare API, modifying the DasBlog item template and their FeedFlare JavaScript make it so.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
June 25, 2006 11:02
Gosh, I always thought it was "flair", not "flare". As in the pieces of flair that Chotchkie employees were encouraged to wear in Office Space.
June 25, 2006 19:13
Jeez man, step AWAY from the browser toolbars and extensions. ;)
June 26, 2006 4:08
Scott,

Is it possible to stop dasBlog from passing out non-obfuscated email addresses into the feed?

Of course, we still have the problem that FeedBurner themselves leak one's signup email address into the Feed (and blame dasBlog for it despite assurances that the particular email address was never added to the dasBlog configuration in the first place).

For those who are uninitiated - using Feedburner at this time will get your email addresses harvested and published on Google.
June 26, 2006 18:04
Jon - Sure, it IS flair, except FeedBurner has the whole 'fire theme,' hence 'flare'
Koon - phooey on you, there's 3 toolbars there, Google, WebDev and Delicious. :P
Paul - News to me...tell me what the bug is and I'll fix it.
June 26, 2006 23:34
Actually Scott, I can't read your blog at all from your feed. Whenever I try to subscribe to it using RSS Bandit (which is the reader I use), it will only show one really outdated post... never any of the new ones.
June 27, 2006 0:12
Nick....I've just downloaded and looked at my feed in RSSBandit 1.3 (http://feeds.feedburner.com/ScottHanselman) and it works fine...can you check your version and what feed you're subscribed to? Can you send me a screenshot?
June 27, 2006 1:16
OK... I had forgotten that I'd seen this issue before. It works fine as long as you uncheck the box that says "Autodiscover and verify the feed" which is checked by default. If you leave that box checked, it finds two feeds, neither one of which work. If you uncheck it, then it works just fine.
July 05, 2006 2:27
DotNetKicks now has tagging :

http://www.dotnetkicks.com/tags/ScottHanselman
August 01, 2006 20:10
Hi Scott,
How about moving dasBlog to using Team System (CodePlex) ?
I'm willing to help in making such a move...

Regards,
Eran Kampf

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.