If, when clicking an RSS feed, you find yourself looking at a page full of code like this:
You can use the following bookmarklet to view the current feed in Feedly.
(Tested in Chrome version 29.0.1547.57)
The code for the bookmarklet is:
javascript:window.open(String(document.location).replace(/(.*):\/\//,'http://cloud.feedly.com/#subscription/feed/$1://'));
If, instead, you use the RSS Subscription Extension (by Google) and would like to add Feedly to your list of available feed readers, you can
• give it a description and use the following for the URL
http://cloud.feedly.com/#subscription/feed/%s
• Dont' forget to [Save] and you're ready to go!
Happy reading!