Iframe Widget

An inline frame (iframe) is a HTML element that loads another HTML page within the document. The iframe widget allows you to embed a portion of any other web page on your dashboard.

Setup

Iframe setup

Enter the URL of the page you want to display inside the iframe. If you do not use an HTTPS URL, you may have to configure your browser to allow non-secure content.

API

This widget can be used with the Dashboards API. See the following table for the widget JSON schema definition:

Expand All

Field

Type

Description

type [required]

enum

Type of the iframe widget. Allowed enum values: iframe

default: iframe

url [required]

string

URL of the iframe.

{
  "type": "iframe",
  "url": ""
}

Further Reading

Additional helpful documentation, links, and articles: