Support for LED board screens and billboards

You can use a Yodeck Player for LED screens and LED billboards. We have users running large LED displays using Yodeck Players based on Raspberry Pi. To properly use an LED display, you must perform some calculations and configurations. Step 1: Setting the DVI resolution First, you must identify what resolution your LED display (or LED board […]

4.4.1 Web Pages Folder View

By activating folder view, you have the potential to easily organize and manage numerous web pages. Moving from left to right, you can see your “Media Folders” on the left, the “Folder View” in the middle, and “Web Page Actions” / “Folder Actions” on the right. Media Folders. In this section, all the created folders […]

Custom arguments/policies for Chromium

Adding custom policies and arguments to Chromium is supported using the following Advanced Player Directives: {"PasswordManagerEnabled" : false,"PluginsAllowedForUrls" : ["https://", "https://"]}

How to configure SSO with Okta

Okta integration with Yodeck A complete step-by-step guide for configuring the Yodeck App is provided by Okta to registered users. Log in to your Okta account for further details.

12. Subscriptions & Billing

Your Subscription Information You can access your Subscription information by selecting “Account Settings” from the drop-down configuration menu in the upper-right corner and then “Account Subscription“.

Count Down/Up

The app’s HTML code The following app does the following: reads the app’s configuration and applies the required CSS for background color, font color, font family, font style, font weight resizes text to fit the available window gets and displays time every second We also include a “js” folder with the jQuery library for easier […]

Display Public IP (sample App)

This app is called a page that shows your public IP address (the IP address you use for Internet access), parses its HTML, and displays it in our player. The App’s HTML code The following app does the following: reads the app’s configuration and applies the required CSS for background color, font color, font family, […]

Rich Text (Sample App)

The app’s HTML code We also include a “js” folder with the jQuery library for easier HTML DOM manipulation. index.htmlExpand source <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Digital Signage Widget</title> <link rel="stylesheet" href="css/font-awesome.min.css" type="text/css"> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="css/ace.min.css" type="text/css"> <style type="text/css"> body { -webkit-font-smoothing: antialiased; font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, […]