I think the embed functionality is tied to the OEmbed service it's reading from, so unfortunately I don't think that's easy to do - would be a good improvement though, and so might be worth raising on the issue tracker.
And if you install this package, you could use it as a 'Macro Parameter' in your own 'Insert YouTube' Macro, that could also have a Parameter added for the title - then you'd need to implement the macro to write out the markup around the picked embedded video...
Umbraco oEmbed add editable title
I was looking to add a modifiable title field to the existing embed functionality which lives in a Umbraco RTE is this possible?
Or would it be a case of going down the property editor route?
Hi Andrew
I think the embed functionality is tied to the OEmbed service it's reading from, so unfortunately I don't think that's easy to do - would be a good improvement though, and so might be worth raising on the issue tracker.
https://github.com/umbraco/Umbraco-CMS/issues
But in the meantime, there is a custom package that provides an OEmbed Property Editor:
https://our.umbraco.com/packages/backoffice-extensions/oembed-picker-property-editor/
And if you install this package, you could use it as a 'Macro Parameter' in your own 'Insert YouTube' Macro, that could also have a Parameter added for the title - then you'd need to implement the macro to write out the markup around the picked embedded video...
regards
Marc
is working on a reply...