Embedded Content
- Modules
- Agenda
- Audio
- Calendar
- Chart
- Clock
- Countdown
- Currencies
- Dashboard
- DataSet Ticker
- DataSet View
- Embedded
- Flash
- Google Traffic
- HLS
- HTML Package
- Image
- Local Video
- Menu Boards
- Notifications
- PowerPoint
- Shell Command
- Spacer
- Stocks
- Sub Playlist
- Text
- Ticker
- Twitter Metro
- Video
- Video In
- Weather
- Webpage
- World Clock
Embedded Content
Embed HTML and JavaScript to be displayed on Layouts. This allows for custom enhancements to be made to Xibo without modifying the core application.
- Embedded HTML
- Available from CMS: 1.8
- Cloud
- Embedded HTML 1.8
- Cloud
Add Widget
Locate Embedded from the Widget toolbar and click to Add or Grab to drag and drop to a Region.
On adding, configuration options are shown in the properties panel:
- Provide a Name for ease of identification.
- Choose to override the default duration if required.
Configuration
-
Select if the Widget should be shown with a transparent background.
NOTE: Transparent background is available on all Players and Windows from v2 R253! Ensure that the embedded content also has a transparent background! -
Select to Scale embedded content along with the layout.
-
From v3.0.0 users can select to Preload the Widget off screen.
NOTE: Preload is currently available from Android v2 R207 only!
Templates

HTML to Embed
Complete HTML in the box provided or toggle On the Visual editor to use the inline editor to enter text and format. Click in the preview window to open the text editor.
Custom Style Sheets
Use a CSS style sheet to control the visual styling.
HEAD content to Embed
Enter the content to put in the HEAD of the document in the box provided.
JavaScript should be wrapped in script
tags. Xibo will automatically add jQuery.
The EmbedInit()
method will be called by the Player and can be used to safely start any custom JavaScript at the appropriate time. The method is defaulted on any new Embedded media Item.
<script type="text/javascript">
function EmbedInit()
{
// Init will be called when this page is loaded in the client.
return;
}
</script>
Actions
Available from v3.0.0
Interactive Actions can be attached to this Embedded Widget from the Actions tab. Please see the Interactive Actions page for more information.