Re: Page2RSS on Chrome : subscribing into Google Reader, iGoogle...

31 views
Skip to first unread message

Konstantin

unread,
Apr 15, 2013, 12:05:57 PM4/15/13
to page2rss
Google will be sunsetting Google Reader soon: http://googlereader.blogspot.com/2013/03/powering-down-google-reader.html

On Mon, Apr 15, 2013 at 7:14 AM, Alain Coetmeur <alain.c...@gmail.com> wrote:
Hi,

I'me using page2rss Chrome extensions


to subscribe to page2rss, but since recently it cannot subscribe to google reader, nor even allow a raw RSS URL (that I could copy to google reader subscribe box).

Is there a way to edit the list of RSSreader ?

thanks for the advices.

--
 
---
You received this message because you are subscribed to the Google Groups "Page2RSS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to page2rss+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Alain Coetmeur

unread,
Apr 15, 2013, 1:34:52 PM4/15/13
to page...@googlegroups.com
Ok, I understand
 I use it as long as possible...

anyway I found that modifying popup.html, allow me to add the reader/igoogle chooser (or any other)

<li><a href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fpage2rss.com%2Frss%2F${md}"><img width="16" height="16" class="icon" alt="Subscribe with Google Reader or iGoogle" src="google_icon.ico"></a><a href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fpage2rss.com%2Frss%2F${md}">Google Reader or iGoogle</a></li>
        

however I've found a bug (that is also present on twitter link http://page2rss.com/my/feeds/add/${md}
<li><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fpage2rss.com%2Frss%2F${md}"><img width="16" height="16" class="icon" alt="Subscribe with Google Reader" src="google_icon.ico"></a><a href="http://www.google.com/reader/view/feed/http%3A%2F%2Fpage2rss.com%2Frss%2F${md}">Google Reader</a></li>

in popup.js the  av[i].href.replace("${md}",md)
does not match because chrome escape the ${md} as $%7Bmd%7D when there is no '?' in the link

I've added that line in the loop that replace ${md}
av[i].href = av[i].href.replace("$%7Bmd%7D", md);
            
not so clean... but enough for me.

my problem is solved, and  hope the bug found can help...

best regards and thanks for that useful tool.
Reply all
Reply to author
Forward
0 new messages