MSDN Social Bookmarks: FeedBurner Flare
Posted by Dan Rigsby on 11th September 2008
REST API format for adding a new Bookmark
| QueryString Parameter | Description |
| url | The url to the bookmark |
| ttl | The title of the bookmark |
| d | The description of the bookmark |
MSDN Social Bookmark FeedFlare
Here is what I have so far for a FeedFlare item for MSDN Social Bookmarks. As the REST API opens up more, I will try to add more to this.
http://www.danrigsby.com/Files/MSDNBookmark.xml
<!DOCTYPE FeedFlareUnit SYSTEM "FeedFlareUnit-1.0.dtd"> <FeedFlareUnit> <Catalog> <Title>Bookmark on MSDN Social</Title> <Description>Add a link as a bookmark on MSDN Social.</Description> </Catalog> <FeedFlare> <Text>Bookmark on MSDN Social</Text> <Link href="http://social.msdn.microsoft.com/en-us/action/create/s/E/?url=${link}&ttl=${title}&d=${title}"/> </FeedFlare> </FeedFlareUnit>
Note:You can adjust the URL in the link node to hit any of the 4 Microsoft bookmark sites:
How to use the FeedFlare
To use the FeedFlare item, you need to have a FeedBurner account. This account is free and easy to setup, just register here: https://www.feedburner.com/fb/a/register. Once you have your account, add your feed to the list. On the main feed page click the “Optimize” tab and select the “FeedFlare” link to the left:
What it looks like
If you add the FeedFlare to your blog site, this is what the link looks like:
If you add the FeedFlare to your feed, this is what the link looks like in Google Reader:
When the link is clicked the url of the bookmark is set and the title and description are prepopulated with the feed item’s name. You can modify these values and tag the bookmark before saving it.
Enhancements
I would love to see the following features added once more of the REST API is opened up (or revealed) for MSDN Bookmarks:
- A count of how many people have bookmarked the same link.
- A list of the tags used to bookmark the link. (ordered by most used tag)
The enhancements would have the link look a lot like the Delicious FeedFlare item. Here is an example of what it would look like on the site:
Posted in Community, MSDN | 4 Comments »
















