Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Framework Basics What's New in Foundation 5 New Interchange Features

Replacement for iFrames?

Could this feature provide a better alternative, instead of using iFrames?

2 Answers

That is a framework specific plugin. It looks very cool, but will not replace iframes in html code.

Care to elaborate, please?

First, I have not taken the entire course and have not used Foundation.

iframes allows you to do many things, including displaying another web site within your site. Here is an example from a site that I am developing. Notice how the BSA site is completely withing the wrapper of my site? I do not believe that Interchange can do that.

Additionally, the video says that you need HTML files for the different device sizes. It appears to me that Interchange is a good solution for responsive site design, which is a different function than iframes.

Thanks Ted! :)