getgrav / grav-plugin-youtube

Grav YouTube Plugin
https://getgrav.org
MIT License
23 stars 12 forks source link

How to display player in a Twig template? #25

Open avxkim opened 6 years ago

avxkim commented 6 years ago

This plugin works with markdown, but what about Twig templates? For example, i have defined field "youtube" in a blueprints, i want to use that field's value to display a player using Twig template.

jonata commented 2 years ago

I think you can use something like this:

{% include 'partials/youtube.html.twig' with {'video_id':'oavMtUWDBTM', 'player_parameters':config.plugins.youtube.player_parameters} %}

elgandoz commented 2 years ago

related to #53