HELP!!!! How to Auto Setup blogpage post from a paid newsfeed
Permalink
Hi,
I'm building a newspaper site and I get some of our news from a news agency through a newsfeed.
I want to made it automatic, so all news are being setup in the blogpagesystem as they come from the newsfeed, but in the same time we have the possibility to post our own stories manually in the composer - How can this be done??
Hope for your help!!! - See the feed below...
I got these info through the feed:
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>xxxxx</title>
<link>
http://xxx.xxxxx.dk/nyhedsfeed/xxxxxxxxxx/...
</link>
<description>xxxx /xxxxxx/xxxxx</description>
<language>da</language>
<copyright>Copyright 2015 - /xxxx/xxxx</copyright>
<managingEditor>xxxx@xxxxx.dk (xxxxxx)</managingEditor>
<webMaster>xxxxx@xxxxx.dk (xxxxx)</webMaster>
<generator>publiatis</generator>
<lastBuildDate>Thu, 19 Nov 2015 10:10:34 +0100</lastBuildDate>
<ttl>5</ttl>
<atom:link href="http://xxxxxxxx/" rel="self" type="application/rss+xml"/>
<item>
<title>
xxxxx
</title>
<author>xxxxx</author>
<link>http://xxxxxx</link>
<pubDate>Thu, 19 Nov 2015 09:11:29 +0100</pubDate>
<guid isPermaLink="false">http://xxxxxx</guid>
<category>xxx</category>
<enclosure length="850187" type="image/jpeg" url="http://xxx.JPG"/>
<description>
<![CDATA[
</p><p>/xxxx/</p>
]]>
</description>
</item>
I'm building a newspaper site and I get some of our news from a news agency through a newsfeed.
I want to made it automatic, so all news are being setup in the blogpagesystem as they come from the newsfeed, but in the same time we have the possibility to post our own stories manually in the composer - How can this be done??
Hope for your help!!! - See the feed below...
I got these info through the feed:
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>xxxxx</title>
<link>
http://xxx.xxxxx.dk/nyhedsfeed/xxxxxxxxxx/...
</link>
<description>xxxx /xxxxxx/xxxxx</description>
<language>da</language>
<copyright>Copyright 2015 - /xxxx/xxxx</copyright>
<managingEditor>xxxx@xxxxx.dk (xxxxxx)</managingEditor>
<webMaster>xxxxx@xxxxx.dk (xxxxx)</webMaster>
<generator>publiatis</generator>
<lastBuildDate>Thu, 19 Nov 2015 10:10:34 +0100</lastBuildDate>
<ttl>5</ttl>
<atom:link href="http://xxxxxxxx/" rel="self" type="application/rss+xml"/>
<item>
<title>
xxxxx
</title>
<author>xxxxx</author>
<link>http://xxxxxx</link>
<pubDate>Thu, 19 Nov 2015 09:11:29 +0100</pubDate>
<guid isPermaLink="false">http://xxxxxx</guid>
<category>xxx</category>
<enclosure length="850187" type="image/jpeg" url="http://xxx.JPG"/>
<description>
<![CDATA[
</p><p>/xxxx/</p>
]]>
</description>
</item>
Hi MrKDilkington,
Thanks for the adwise, but I have tried the RSS feed, but it is like your question, I'm trying to seperate each feed item by category into its own page, so if the reader click at a story it be shown at it's own page, with ads like our other normal sites!
You can see an examble from an other newspaper there are using same RSS feed here and it's the same way I want to do it - All storys in that page are shown from the RSS feed - The page is made in wordpress -http://www.ekspresnyt.dk
One guy I know made these scripts, but I think it will not work - See attachment
Thanks for the adwise, but I have tried the RSS feed, but it is like your question, I'm trying to seperate each feed item by category into its own page, so if the reader click at a story it be shown at it's own page, with ads like our other normal sites!
You can see an examble from an other newspaper there are using same RSS feed here and it's the same way I want to do it - All storys in that page are shown from the RSS feed - The page is made in wordpress -http://www.ekspresnyt.dk
One guy I know made these scripts, but I think it will not work - See attachment
@eggers22
What you are describing sounds like it would require a custom coded package.
What you are describing sounds like it would require a custom coded package.
Hi,
Do you know anybody who could make it?
Do you know anybody who could make it?
@eggers22
I know experienced concrete5 developers who could do this. I can talk to them about it, today and this weekend, to see who is interested.
To make this process faster, please private message me your budget for this.
I know experienced concrete5 developers who could do this. I can talk to them about it, today and this weekend, to see who is interested.
To make this process faster, please private message me your budget for this.
Hi,
Thanks, it would be great ;-)
Thanks, it would be great ;-)
Hi MrKDilkington, Hi eggers22
I could develop that for you. I'll PM you eggers22
I could develop that for you. I'll PM you eggers22
In case you can't find anyone (or didn't find anyone yet), you could also write down the functions you would need for this Add-On here. This way people can comment on the functions you'd like or think of new functionalities perhaps!
In 5.7, there is an RSS Displayer block.
http://documentation.concrete5.org/editors/in-page-editing/block-ar...
Are you trying to separate each feed item into its own page or somehow "consume" the feed and integrate the information into your site?