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 trialAdam Duffy
4,466 PointsIs <iframe> Invalid?
I want to embed a map from google to display the location of the shop to the clients but I heard iframe is no longer valid.
Is it true? What other alternatives are available?
1 Answer
Eric Butler
33,512 PointsHi Adam, many many websites, including very reputable ones, still use iframes for certain situations. In fact, to get a Google map on your website, the code Google themselves recommend in their Share > Embed a Map widget is an iframe. So don't think you "shouldn't" use iframes, they're perfectly fine.
One thing that's tricky about iframes is that they can be tricky to size correctly on responsive websites, because their container (the "frame") does not adjust to the content inside it. There are ways to get around that too.
Adam Duffy
4,466 PointsAdam Duffy
4,466 PointsOk thanks