RSS Feed Reader Magento Extension

Hello All,

Update [28-May-2019] : I have developed an extension for Magento 2 platform, check it out Dw Rss Feed Reader for Magento 2

I have developed an extension and posted on Magento Connect for free.

DW Reader extension will enable the shop owner to display RSS Feed on any static/dynamic page of the shop together with many configuration settings to choose from.

Please have a look FeedReader by DW.

Kindly rate and review.

Instruction for using

For showing feed in block

{{block type="reader/reader" feed_url ="http://blog.decryptweb.com/rss2/" }}

For defining in XML block

<reference name="content">
	<block type="reader/reader"  name="dwreader">
            <action method="setFeedUrl"><feed_url>http://blog.decryptweb.com/rss2/</feed_url></action>
        </block>
</reference>

For using in design file


echo Mage::app()->getLayout()->createBlock('reader/reader')->setFeedUrl('http://shop.decryptweb.com/rss/catalog/new/store_id/1/')->toHtml();

Thanks

7 thoughts on “RSS Feed Reader Magento Extension

  1. Hi,

    well done and thanks!

    I’m wondering if we can have the image of the feed to be displayed as well?

    Br,
    Zinat

  2. Hi.
    I installed this extension, managed to display the news on my page but it doesn’t automatically update the news.
    Is it correct?

    Thanks!

    1. No, it will auto update when the page will be refreshed, the extension fetches the data from the URL specified, might be you are using page caching, could you check once disabling the caching or browsing the feed URL directly from browser.

  3. Very nice extension and work perfectly with WP3.9 and 1.8 magento.

    Inside {{block type=”reader/reader” feed_url =”http://blog.decryptweb.com/rss2/” }} is it possible to select only one category ?

    Thank

    Fred

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top