[drupal-support] include external pages ... iframe
I would like to include external pages on my site. As a reference, Mambo CMS offers this feature, I believe they call it wrappers, I think it uses iframe. Specifically what I'm trying to do ... this is a youth soccer site, an outside source will provide team schedules and results, I would like to integrate those external pages. Any ideas on the correct way to do this with Drupal. Thanks for the help !!! Todd
I was just fooling around with that this week. iframes work just fine, either as the content of a custom block or as the body of a node. There are lots of references out there for all the details, but the basics are: <iframe src="url of my external site"> Text to show if someone's browser can't do iframes. </iframe>
I would like to include external pages on my site. As a reference, Mambo CMS offers this feature, I believe they call it wrappers, I think it uses iframe. Specifically what I'm trying to do ... this is a youth soccer site, an outside source will provide team schedules and results, I would like to integrate those external pages. Any ideas on the correct way to do this with Drupal.
Thanks for the help !!! Todd
-- [ Drupal support list | http://lists.drupal.org/ ]
-- When I could find voice, I shrieked aloud in agony, "Either this is madness or it is Hell." "It is neither," calmly replied the voice of the Sphere, "it is Knowledge." _Flatland_, by Edwin A. Abbott
Thanks! Just wanted to check, didnt want to miss out on some nifty module. Thanks again! stevew@etmeli.us wrote:
I was just fooling around with that this week. iframes work just fine, either as the content of a custom block or as the body of a node. There are lots of references out there for all the details, but the basics are:
<iframe src="url of my external site"> Text to show if someone's browser can't do iframes. </iframe>
I would like to include external pages on my site. As a reference, Mambo CMS offers this feature, I believe they call it wrappers, I think it uses iframe. Specifically what I'm trying to do ... this is a youth soccer site, an outside source will provide team schedules and results, I would like to integrate those external pages. Any ideas on the correct way to do this with Drupal.
Thanks for the help !!! Todd
-- [ Drupal support list | http://lists.drupal.org/ ]
participants (2)
-
stevew@etmeli.us -
Todd Howard