Asked by Gianfranco Siguas on Aug 12, 2024
Gianfranco wants to get video metadata (title, description, thumbnail, duration etc.) directly from the HubSpot video player field for use in structured data, instead of using separate custom fields.
Answered by Twentyninetimes
Twentyninetimes recommends using the `|pprint` filter (`{{ module.videoplayer_field|pprint }}`) in the HubL template to inspect the data structure of the video player field object. This will reveal the available properties and their paths for accessing the required metadata.