Find total number of posts on other's Blogger (Blogspot) blog
There can be situation where you are visiting someone else's Blogger blog and wish to know the total number of posts they made till date. It's fairly easy to find out the same, just follow the following instructions:
Go to the blog feeds by adding /feeds/posts/default to the blog.
Example:
http://www.bbroy.com/feeds/posts/default or
http://www.bbroy.com/feeds/posts/default?orderby=UPDATED and then
Google Chrome:
Search for <openSearch:totalResults> and you can see the number of published posts on that blog, enclosed withing the <openSearch:totalResults> and </openSearch:totalResults> tag.
Mozilla Firefox:
Right click on the page, click on View Page Source. Then search for <openSearch:totalResults> and you can see the number of published posts on that blog, enclosed withing the <openSearch:totalResults> and </openSearch:totalResults> tag.
Internet Explorer:
You can see the total number of published posts on the top right corner of the page.
Go to the blog feeds by adding /feeds/posts/default to the blog.
Example:
http://www.bbroy.com/feeds/posts/default or
http://www.bbroy.com/feeds/posts/default?orderby=UPDATED and then
Google Chrome:
Search for <openSearch:totalResults> and you can see the number of published posts on that blog, enclosed withing the <openSearch:totalResults> and </openSearch:totalResults> tag.
Mozilla Firefox:
Right click on the page, click on View Page Source. Then search for <openSearch:totalResults> and you can see the number of published posts on that blog, enclosed withing the <openSearch:totalResults> and </openSearch:totalResults> tag.
Internet Explorer:
You can see the total number of published posts on the top right corner of the page.