Add external feed reader links to opera's web feed reader in 9.60
Friday, 29. August 2008, 19:35:40
Although this version is currently in snapshot testing at the moment, the newest feature is to allow feeds to be previewed before subscribing to them. This uses a html wrapper page to view the feed so you can edit it how you want.
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:
And put this code under the line:
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.
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+'"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif"></a><a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url='+location.href+'"><img src="http://www.newsgator.com/images/ngsub1.gif"></a><a href="http://feeds.my.aol.com/add.jsp?url='+location.href+'"><img src="http://o.aolcdn.com/myfeeds/html/vis/myaol_cta1.gif"></a><a href="http://www.bloglines.com/sub/'+location.href+'"><img src="http://www.bloglines.com/images/sub_modern5.gif"></a><a href="http://www.netvibes.com/subscribe.php?url='+location.href+'"><img src="http://www.netvibes.com/img/add2netvibes.gif"></a><a href="http://fusion.google.com/add?feedurl='+location.href+'"><img src="http://buttons.googlesyndication.com/fusion/add.gif"></a><a href="http://www.pageflakes.com/subscribe.aspx?url='+location.href+'"><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.


