WebDesign help needed.

Thor

Honorary Master
Joined
Jun 5, 2014
Messages
44,413
Reaction score
7,522
Location
Bellville
Hello, I am wondering if someone can assist me, just a little guidance.

I have 50 similar websites on a VPS okey, what I want to do is add a page on each website that updates from a central page.

I have no idea if that makes sense ?

For instance 50 different sites, I want to add a page "Our Rates", but if the rates change I just want to update the one page and then the rest should be updated automatically with the new changes.
 
The easiest way is probably an external service that spits out a JSON or XML feed. The other sites then just pull this data in via javascript. For clients without javascript you could use and external link or pull an iframe (but you didn't hear that from me).
 
I use WCF for service related stuff so when I make one change it is just read from that and any client that interacts with my service is able to update. You could look into reading xml data as a way to solve your problem. This way you just create a feed, reed it using js and then pass it to a variable string on the pages.
 
The easiest way is probably an external service that spits out a JSON or XML feed. The other sites then just pull this data in via javascript. For clients without javascript you could use and external link or pull an iframe (but you didn't hear that from me).

Thank you so much, that worked ( Just didn't know what to google )
 
Top
Sign up to the MyBroadband newsletter
X