I am trying to create a link that allows a user to subscribe to feeds directly in Google Reader (Bypassing iGoogle option). I have tried many target URLs:
Everybody seems to be working as much as expected for the time, they are stuck in some feeds, who have not. The deviationary factor is that the URLs that do not work at all are themselves a query string. There is an example.
The more strange thing for me is that I try to subscribe for the first time, but if I close the window and return to the same URL, then it does not. I am encoding the feed uri before redirection so that I have:
window.location.replace ('http://www.google.com/reader/view/feed/' + EncodeurIComponent feed_uri));
The first time I redirect, I end up at http://www.google.com/reader/view/feed/http%3A%2F%2Fblog Squirrelapp.com% 2F% 3Ffeed% 3Drss2 Encoded with URI components as expected, if I close that window and take the exact same step, however, let me get to http: // Ends at www.google.com/reader/view/feed/http://blog.squirrelapp.com/?feed = RSS2 # stream / feed% 2FWPP% 3A% 2F% 2FBLag.Squirrelapp Com% 2F .
Not only feed url has been decoded, but there is also a very clear redirection in it. End of Google Reader This is the first time everybody else has someone else have this experience, know What is happening and / or how to fix it?
I'm working on testing and error method for now (in combination with many, many searches) on the error side of things Any help or insight will be greatly appreciated.
You have tried to use the slice version of the URL directly, for example:
The unchecking safari bug of the URL is, because there is no problem with Chrome or any other browser.
Comments
Post a Comment