How to Use Google Reader to Read News and Blogs

This short video clip explains in a lucid way how to use Google Reader to read all your favorite news sites and blogs in one place and share news with friends. This video is amazingly simple, yet, makes it easy for anyone to use the application to the best use of the available time to read news and blogs. Now read on some essential facts about Google Reader.

Google Reader is an aggregator to enable you read Atom and RSS feeds online or offline, and released by Google in October 2005 on beta status, followed by major revisions to its user-interface in September 2006, and in 2007 it was out of its beta status.

The application enables users subscribe to feeds with the use of its search or by entering in the URL of the RSS or Atom feed, after which new posts from those feeds are shown on the left-hand side of the screen. It also allows for organizing the feeds by date or relevance, or with labels. And it allows sharing with friends and other without sending the links by email or other means as it used to be.

The mobile interface for Google Reader was released in May 2006, and it can be used by devices that support XHTML or WAP 2.0, and it was followed up by a version for iPhone users. Also, Google Reader is incorporated within Mozilla Firefox and the browser SeaMonkey’s feed recognition which can automatically redirect users to Google Reader’s Add Subscription screen.

In order to use Google Reader, you need a Google Account that is free, and web browsers such as Google Chrome, Netscape, Opera, Mozilla Firefox, Safari, Windows Internet Explorer, or Wii Internet Channel, and JavaScript must be enabled.

RSS feeds explained in simple English

This short video explains in simplest English how you can use RSS feeds in the smartest way and save on your valuable time and make sure that you do not miss anything of interest to you. It is the old way versus the new way of using information. RSS readers, feeds or aggregators make RSS feeds flow to you instead of your surfing around the web for your favorite topics.

RSS problems and solutions for WordPress

While I was searching for something regarding RSS feeds, I came across a highly informative tutorial named 10 Useful RSS-Tricks and Hacks For WordPress written by Jean-Baptiste Jung for Smashing Magazine. I think many bloggers and readers can make use of it and solve certain problems relating to RSS feeds. As RSS is very powerful for blog syndication and WordPress is the most preferred platform for blogs, the problems and their solutions suggested by Jung covers useful RSS-related hacks for WordPress. It contains solutions for the problems and the codes to solve the problems.

The first problem listed in the article relates to the mistakes that you may notice in your new post, but before you make the corrections it will be published in your RSS feed. You can gain a time gap by creating a delay between the publication of the post and its availability in your RSS feed by pasting a code into your theme’s function.php file so that you can edit your post after which only the RSS feed will be published.

Many WordPress blog-beginners may start using FeedBurner only after having created a lot of content and a lot of subscribers might have subscribed to the default WordPress feed. In such a case, how do you start using FeedBurner without losing the existing subscribers? The suggested solution also helps those who change their WP themes quite often and have to edit bloginfo and replace their FeedBurner URL. You can edit the .htaccess file and add a code to redirect visitors to your FeedBurner feeds and to avoid the hassle of manually editing your RSS feed every time you change your themes.

For monetizing RSS feeds, FeedBurner can insert AdSense ads into your feeds, but you cannot use other ads. The suggested solution is to edit the functions.php file and paste a code into it, without editing WordPress core files.

Though your blog may look great, when the post is displayed in an RSS reader, it may not display images. To avoid this problem, it is suggested to add a CSS class to display the image as a block.

Sometimes bloggers publish news or announcements that they do not want to appear in their feeds. The problem can be solved by excluding the numeric ID of the category editing the functions.php file by pasting a code.

Many blogs talk about a lot of different topics, but your subscribers may like only some categories in their feeds. Similarly, you may like to display the names of all your category feeds in a list to your readers by editing any of your theme files, where you want to list your categories and their accompanying feeds, by using the ‘wp list categories’ function.

The last problem and the solution suggested is regarding using WordPress as a CMS to manage online portfolios or company websites, when the RSS feed may not be that useful. The hack to do the job is to paste a code in the functions.php file without disturbing the wp-settings.php core file.