Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

Gidney N Cloyd

(19,833 posts)
Fri Apr 24, 2015, 05:11 PM Apr 2015

Web development question: How could I get content from one page to appear on another?

Basically, I want to give someone permissions to edit Web Page A on Server X and have the content (essentially a few brief weekly announcements with little formatting) appear on Web Page B on Server Y.

Page A, the content source page, could be a regular publicly viewable web page on our school server or it could be hosted on Wordpress or something. It doesn't exist yet. Page B is going to be within our learning management system. The content from Page A would be just a portion of the content on Page B.

I wish I could just give this person permission to edit Page B but it's not going to happen. I keep thinking RSS might be part of the solution but I'm having a brain freeze on how to approach it.

Any suggestions would be welcome.

3 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
Web development question: How could I get content from one page to appear on another? (Original Post) Gidney N Cloyd Apr 2015 OP
You might want to post in the Website, DB, & Software Developers group. Make7 Apr 2015 #1
iframe! (:slapforehead:) I am so rusty with this but I think that's got possibility. Thanks! Gidney N Cloyd Apr 2015 #2
Post removed Post removed Jul 2020 #3

Make7

(8,543 posts)
1. You might want to post in the Website, DB, & Software Developers group.
Fri Apr 24, 2015, 05:36 PM
Apr 2015
http://www.democraticunderground.com/?com=forum&id=1098

There are a few obvious ways to do what you are describing. If the formatting is simple enough, the easy solution would be to use an <iframe> to show the other site's contents.

Response to Gidney N Cloyd (Original post)

Latest Discussions»Help & Search»Computer Help and Support»Web development question:...