How do I embed web content in Zuar Portal? | Scribe

    How do I embed web content in Zuar Portal?

    • Greg |
    • 10 steps |
    • 40 seconds
    1
    In most cases, you will leverage iframes to embed web content into pages of the portal. This includes things like pdfs, ppts, google sheets, google drive, other websites, etc.\ \ Note: If you follow the below instructions and the content won't display and is instead replaced by a frowning face, this usually means the content you are trying to embed cannot be embedded using an iframe do to security web security policies implemented on the content.
    2
    [[ctrl]] + Right-click to access the dropdown editor menu.
    3
    Under "New Block", click "HTML".
    4
    Under the **General** tab, give the block a name like "Embedded Document".
    5
    Under the **HTML** tab, clear out the default code and write a new line of code that looks like: [[<iframe src="https://<web address of content to be embedded>" title="description of web content"></iframe>]] Note: Some applications like Google Sheets may generate an embed code for you from a share link on the native content page. It's recommended to check your desired content for this share functionality.
    6
    If additional styling of the iframe is required, click the **CSS** tab.
    7
    Add css code to style the content.
    8
    Click "OK"
    9
    Within the Grid editor, arrange the content on the page by dragging and expanding the block.
    10
    Click "SAVE"