Feedsparks - Mashup of the Day
Bernie Thompson -- Monday, January 21, 2008
Feedsparks is the Mashup of the Day today on ProgrammableWeb.
Feedsparks is the Mashup of the Day today on ProgrammableWeb.
Feedsparks has been updated to use the new Google Chart API for the sparklines it displays.
If you’ve seen slow loading (or non-loading) chart images in Feedsparks, this should help improve the response time and reliability.
Feedsparks is a great way to keep track of the relative popularity of blogs, not just your own.
Yesterday, FeedBurner announced that their previously TotalStats package is now free.
This morning, the Feedsparks widget has gotten support for some of that FeedBurner Pro data, particularly the new “reach” statistic.
Here’s what you need to get it working
You’ll need to give FeedBurner time to collect some days of additional historical data. For example, since I just enabled Pro last night and wrote these updates to Feedsparks this morning, Leancode.com currently has a “reach” of 1 reader. Woo-hoo.
Feedsparks, a widget for tracking your FeedBurner subscribers, has gotten some updates and a move to a new, better-hosted location. These improve performance and formatting, especially for embedding in web pages, like what you see on the right sidebar of leancode.com.
New Features:
You can grab this new version here
. Eventually, users of the old version will be “aliased” to the new version.
Feedsparks, while not in the same league as dayssince, has gotten good use with 45,000 page views and 25,000 visits from 12,000 or so users in the past month. About 30% of that is from iGoogle, the rest from the widget embedded directly on people’s web pages to publicize their feed subscriber counts. Definitely worth the time to create it — most of the initial coding was done in a 11pm-4am geek session, with probably 30 hours invested in refinement and bloggi .. I mean, documentation, since then.
Current users — please let me know if anything is amiss (or just missed). Everyone’s ideas and feedback are welcome in the comments. Thanks!
Feedsparks uses the new (as of Jan 17th) “list” datatype which google added to their gadget API. It enables a simple but nicely designed interface for configuring a gadget like this one. But the UI for the new datatype has confirmed problems outside of adding the gadget to your google homepage (which works flawlessly). Hopefully google will fix this shortly. Until then, the prior post describes a workaround you can use.
You can read some background (the dialog with google) at the google group for gadgets.
Google gadgets on a Google property are easy to configure — Google provides a nice UI, and the user can just select the arrow in the upper right corner to configure it.
But to put a gadget on any old site, you need to first generate a javascript snippet, which has all the configuration in it.
Unfortunately, when generating this script for Feedsparks, Google’s form for configuring the script has a problem: Notice anything missing in the screenshot above? There’s no UI to configure the list of feeds!
This may be something to do with the newness of the gadget list datatype, or something fixable in how Feedsparks is written.
So, until the mystery of this problem is resolved, if you want to install the feedsparks gadget into any web page … and actually be able to configure it to display your feeds … you’ll need to add this snippet like this in the middle of the script line generated by Google.
&up_feeds=BernieThompson|Haikupedia
Careful .. it goes right there alongside the other parameters to the gadget (you could put it after up_days). An example of the full, modified script line is…
<script src="http://gmodules.com/ig/ifr?url=http://bernie.thompson.googlepages.com/feedsparks.xml&up_days=30&up_feeds=BernieThompson|Haikupedia&up_attribute=circulation&up_userid=&up_password=&synd=open&w=288&h=81&title=FeedBurner+Trends&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
Resulting in a gadget on your page which looks like this.
If there are other problems configuring Feedsparks, let me know.
Feedsparks is a Google Gadget showing at-a-glance subscription and traffic trends for your FeedBurner feeds.
A previous Feedburner tracking gadget I’d been using on my google homepage stopped working, and I had wanted one with a few more features anyway, including a historical chart — but one that had to be small. Sparklines, which were originated by the father of data visualization, Edward Tufte, would be a perfect tool for a case like this. So that lead to developing this mashup of these various ideas.
Features and Notes
You can add this gadget to your personalized home page –or– add it to any web page.
Note that google’s form in the “add to any web page” link appears to have a problem adding feeds. You’ll have to add them to the generated javascript directly.
Let me know if you have any feedback or feature requests!