tasianmedia / getYoutube

A simple video retrieval Snippet for MODX Revolution
http://modx.com/extras/package/getyoutube
4 stars 5 forks source link

New placeholder request: Embed URL #8

Closed ghimawan closed 7 years ago

ghimawan commented 7 years ago

Hi, Is it possible to add new placeholder that it's return value is URL for embedding the video?

Thank you.

davidpede commented 7 years ago

Thanks for your suggestion, we'll add this as a seperate placeholder in next release.

In the mean time, you should be able to use the 'id' placeholder to construct the embed url yourself.

Something like: <iframe width="560" height="315" src="https://www.youtube.com/embed/[[+id]]" frameborder="0" allowfullscreen></iframe>

davidpede commented 7 years ago

This feature has been added to the codebase and will be included in next release. https://github.com/tasianmedia/getYoutube/commit/234fe38829e6df64e19e60a1ea3107a064e7ace6 https://github.com/tasianmedia/getYoutube/commit/29f53ae7c37261a9e4b05f4c9d480b527f58b684