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

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 value | Description |
---|---|
{{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/text.html
loading...