Sharing common content between 2 websites

Permalink
Excuse the generic question:
I am looking to develop a second C5 site that has common content with an existing site - both created in C5.
What would be the best approach to serving up the common content created on the first site with the second (it would need to keep the url of it's own to avoid users being transferred to the first site).
An example would be the news page for which both sites would share the content while having their own identity (themed header and footer).
The first site would be where the common content would be created.
I assume this would involve drawing content from the first site's database to the second site?

Any help much appreciated,
Nicko

nickodalton
 
JohntheFish replied on at Permalink Reply
JohntheFish
You can iframe content from one site into the other. The disadvantage is that it won't be search indexed on the second site.

Some content, usually lists, can be offered and subscribed as an RSS feed.

If on c5.6 (ie not 5.7), you can pull selected rendered content using my Universal Content Puller addon. This has caching so as to hold content locally.
http://www.concrete5.org/marketplace/addons/universal-content-pulle...

There are some other addons with similar capabilities.
nickodalton replied on at Permalink Reply
nickodalton
Thanks John,
I will have a look at that and yes I will probably keep the new site on 5.6 as well.