Showing posts with label blogging. Show all posts
Showing posts with label blogging. Show all posts

Friday, June 15, 2007

How to get category or label wise RSS in New Blogger

I wanted to subscribe to category (called label in blogger) of my friends blog. Even the blog admins do not know how to get those RSS feeds. Hence I did some digging to find it out
To get the RSS posts that belong to the label "Bangalore" you need to use the url

http://yournewbloggerurl.blogspot.com/feeds/posts/default/-/Bangalore/

**Do not miss /-/ part in the url.
There are many other parameters which you can pass to filter the posts. I have listed few more information is here.

  • alt - the type of feed to return, such as atom (the default) or rss.
  • orderby - the order to return entries, such as lastmodified (the default) and starttime.
  • max-results - the maximum number of entries to return.
  • /category - specifies categories (i.e. labels) to filter the feed results. For example, http://www.blogger.com/feeds/blogID/posts/default/-/Fritz/Laurie will return entries labeled with Fritz AND Laurie.
  • updated-min, updated-max - the bounds on entry update dates.
  • published-min, published-max - the bounds on entry publication dates.
  • start-index - 1-based index of the first result to be retrieved (for paging).

Tuesday, June 5, 2007

Stumble Stories from your new blogger blog

Stumble it button code for blogger blog give by StumbleUpon site is not updated for new blogger blog. They have the code for old blogger. The code for new blogger would change to

< a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' title='Stumble It'>Stumble It.</a >

You can get the standard button images here