This is a comment on Embedding Youtube code: possible?, posted by WikiAdmin at 09/21/2025 09:58
View source for Re: Embedding Youtube code: possible?
I found out there is a oEmbed API for that. * https://oembed.com So it is possible to implement that, add a oEmbed library and action similar to the feed action. * https://github.com/mpratt/Embera * https://github.com/php-embed/Embed Another option is to match all external links against the oEmbed library API in the ##link()## function. Conceivable as an available extension, but would not add it to the core.