How to pull news from external source and display into umbraco page?
I am new to umbraco world. I want to know is there a way to pull external news from multiple source and display into umbraco. External source can be like bbc news. As i am new to umbraco, please guide me.
Take a look at the uMirror package especially if your source is a xml feed (though it can be made to work with any source through an xml proxy).
uMirror will create documents locally from the external source. You map the feed elements to the umbraco Document Type properties. Once configured it can be scheduled to update the content locally from the feed. All this is managed through the UI. If you need to use the proxy then there would be some coding required.
We had good success using it to update the content on a site from an xml feed. It just runs and we have never had an issue.
This blog post from the uMirror team has some details about using uMirror (note that there is no Part 2) and there is some documentation on the uMirror package page.
CMS Import is also good though we haven't used it for xml. We use CMS Import for importing a csv file daily (using the scheduling feature) and it also just works.
How to pull news from external source and display into umbraco page?
I am new to umbraco world. I want to know is there a way to pull external news from multiple source and display into umbraco. External source can be like bbc news. As i am new to umbraco, please guide me.
Your help will be appreciated.
Thanks
Hi Nilkamal
Take a look at the uMirror package especially if your source is a xml feed (though it can be made to work with any source through an xml proxy).
uMirror will create documents locally from the external source. You map the feed elements to the umbraco Document Type properties. Once configured it can be scheduled to update the content locally from the feed. All this is managed through the UI. If you need to use the proxy then there would be some coding required.
We had good success using it to update the content on a site from an xml feed. It just runs and we have never had an issue.
Dallas
Thanks for your reply. Can you please write instruction on how to use uMirror package.
Thanks.
Hi Nilkamal
This blog post from the uMirror team has some details about using uMirror (note that there is no Part 2) and there is some documentation on the uMirror package page.
There is also a uHangout video with the team.
These resources should be a good place to start.
Hi,
CMSImport can help you with that. Free version already allows you to import xml and you can map the properties to your document types.
https://our.umbraco.org/projects/developer-tools/cmsimport/
Hope this helps,
Richard
CMS Import is also good though we haven't used it for xml. We use CMS Import for importing a csv file daily (using the scheduling feature) and it also just works.
Dallas
is working on a reply...