Add external feed reader links to opera's web feed reader in 9.60
Friday, August 29, 2008 7:35:40 PM
This page is in your "Styles" folder in the main opera installation(not in profile folder).
Right click and open using notepad.
Find this line:
button.addEventListener( 'click', function(){ opera.feeds.subscribeNative(location.href); }, false );
And put this code under the line:
heading.innerHTML+=' <a href="http://add.my.yahoo.com/rss?url='+location.href+'">[html:img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif"]</a>[html:a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url='+location.href+'"][html:img src="http://www.newsgator.com/images/ngsub1.gif"]</a><a href="http://feeds.my.aol.com/add.jsp?url='+location.href+'">[html:img src="http://o.aolcdn.com/myfeeds/html/vis/myaol_cta1.gif"]</a><a href="http://www.bloglines.com/sub/'+location.href+'">[html:img src="http://www.bloglines.com/images/sub_modern5.gif"]</a>[html:a href="http://www.netvibes.com/subscribe.php?url='+location.href+'"][html:img src="http://www.netvibes.com/img/add2netvibes.gif"]</a><a href="http://fusion.google.com/add?feedurl='+location.href+'">[html:img src="http://buttons.googlesyndication.com/fusion/add.gif"]</a>[html:a href="http://www.pageflakes.com/subscribe.aspx?url='+location.href+'"][html:img src="http://www.pageflakes.com/subscribe2.gif"]</a> <a href="feed:'+location.href+'">External</a>';
And save.
feedreaderlinks.png
Now you should have links to add your feeds to other web based feed readers plus an external one if you choose.

