google-reader

New feed items not showing in Google Reader

There is a blog, powered by Wordpress, which has valid RSS feed (opens up fine in Safari), but doesn't show new posts in Google Reader. In fact, the latest article from Google Reader is from Jul 21, 2010, while the latest article on the blog dates to Aug 19, 2010. What should I do about the RSS feed (escape characters? modify XML or wha...

Is there a documented Google Reader API yet?

In late 2005, Niall Kennedy blogged about Google Reader’s API: http://www.niallkennedy.com/blog/2005/12/google-reader-api.html He mentioned that a couple of guys at Google suggested to him that the API might be made official within a couple of weeks. Has the API ever been officially and publicly documented by Google? ...

Counting Likes and shared times in google reader public profile

We've collected a list of google reader profiles of our members and now I want to make a hot list board and show the most shared and the most liked items to be shared with our members. I've checked a couple of unofficial google reader APIs but I did not find anything related to the like or sharing. do you know how can I count the num...

Enable MathJax in RSS feeds for Wordpress blogs

MathJax is a very nice javascript library to write LaTeX code within an html file. I'm using it in a Wordpress blog and everything works fine when the post is viewed in its actual address. But, the math parts are not rendered in Google Reader and seen as $x=\lefty*(\ b+c right)$ for instance. The script is loaded with the statement in ...

How do I stop Firefox opening XML docs with Google Reader?

I am trying to analyse the XML response from using the Youtube API as follows http://gdata.youtube.com/feeds/api/videos?q=dogs When I try this the browser gets taken to Google Reader, where a feed is loaded with the query results. But I want the actual XML document to be displayed in Firefox. How can I do this? Thanks for reading. ...

How to create a Google Reader ??

I need to create a web tool like Google Reader for my college project. I have 2 question about it: 1) How Google Reader track the read and unread posts ? 2) Google Reader save every post in the db or load the feeds at the moment ? ...

Problem getting codeigniter library for google reader to work when trying to log in and get feed data

I'm trying to getting this http://www.forgottenexpanse.com/projects/ci_reader CodeIgniter library for interacting with Google Reader to work. When following the examples on the page, this works fine: $this->load->library('reader'); $shared_items = $this->reader->shared_items('12006118737470781753'); foreach ($shared_items['items'] as ...

How on earth does Google Reader parse RSS?

I'm pulling hair out, i might pull a tooth out next, thats how frustrated i am. I have deleted (for the purpose of proving a point) ALL my RSS files in my wordpress site http://baked-beans.tv No matter what i edit, Google Reader reads what it wants, ie: the posts, and all it's content! So how on earth am I supposed to edit the conten...

Google Reader API?

Hey, Is there any Google Reader API that I can plug in to? I building a clean RSS/Atom reader in PHP and would love to get all the goodies from Google Reader like the history of a feed, able to add comments to each feed item, etc. Thanks! ...