Skip to content

Embedded Module

The Embedded module allows you to add custom HTML, CSS, and JavaScript content to your layouts.

Use Cases

  • Custom widgets and visualizations
  • Third-party integrations
  • Social media feeds
  • Custom dashboards
  • Any web-based content

Configuration

  1. Add an Embedded widget to your layout
  2. Enter your content:
    • HTML - The markup for your content
    • CSS - Styling for your content (optional)
    • JavaScript - Scripts for dynamic behavior (optional)

Properties

Property Description
Transparency Enable transparent background
Scale Content Scale to fit the widget dimensions
Duration How long to display the content

Example: Custom HTML

<div style="text-align: center; padding: 20px;">
  <h1>Welcome!</h1>
  <p>Today's special: 20% off all items</p>
</div>

Warning

Custom JavaScript runs on the player device. Ensure your code is well-tested and doesn't cause performance issues.