Skip to main content

Dynamic Text

The Dynamic Text visualization panel is a perfect companion to RSS/Atom Data Source.

Dynamic Text panel visualized RSS feed from YouTube channel.
Dynamic Text panel visualized RSS feed from YouTube channel.

Disable Sanitize HTML

To display HTML returned from feeds, disable the Sanitize HTML parameter.

Docker

GF_PANELS_DISABLE_SANITIZE_HTML=true

Example

To display the YouTube feed with the latest videos we used HTML and Handlebars template for data fields.

Handlebar valueDescription
{{link}}URL.
{{title}}Title.
{{media:group:media:thumbnail:url}}Thumbnail URL.
{{date updated 'MMM, DD YYYY'}}Updated date in the specific format.
{{author}}Author.

Template (Content) was displayed for each row as defined in the options.

docs/volkovlabs-rss-datasource/html/text.html
loading...