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
Hi,
well done and thanks!
I’m wondering if we can have the image of the feed to be displayed as well?
Br,
Zinat
It seems has problem with php7.0
Have not tested it on PHP 7 yet, let me know the issues faced
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!
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.
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
Thanks for your comments, sorry but there is no feature for showing individual category