Closed github-learning-lab[bot] closed 4 years ago
:white_check_mark::white_check_mark::x::x:
:white_check_mark: Getting the file
:white_check_mark: Update the label from the tab-list.item#home2
to Instagram
:x: Could not find an iframe
block inside your "Instagram" tab
:x: Your iframe is not configured according to the instructions for this step
:white_check_mark::white_check_mark::white_check_mark::white_check_mark:
:white_check_mark: Getting the file
:white_check_mark: Update the label from the tab-list.item#home2
to Instagram
:white_check_mark: Add an iframe
to the tab labeled "Instagram"
:white_check_mark: Configure your iframe to show an Instagram post
Inserting an Iframe on our about us page
:sparkles: Branch: iframe
Introduction
An Iframe is a HTML element that allows the incorporation of another HTML page to the current one. Therefore, using the Iframe block, you can embed content from other URLs and display them on your page. It's important to remember that URLs rendered by Iframe have their own context, with independent session history and DOMs.
WARNING: Iframes are only allowed on custom page templates.
The
iframe
block has very simple properties:src
: shows which URL should be rendered by the iframewidth
: pixel width of the iframe elementheight
: height of the iframe elementBelow, we can see an implementation example of the
iframe
block:Activity
Let's display an Instagram post on your store page:
rich-text
and include aniframe
block;iframe
props, display the following link content in a 800px-wide by 1000px-high container:https://www.instagram.com/p/B973Qp8BacC/embed
:information_source: Remember to access the Iframe documentation if you have any questions during this activity.
Expected result:
If you're still unsure as to how to send your answers, click here.