Ability to save the source URL would be really handy
Great work with this Property Editor! Very handy :-)
From using this on a few projects, I've been thinking it would be really handy if it was possible to store the source URL that was used to request the Embed.
This could mean that the URL could be displayed on the webpage which would be useful for SEO, or also if a fallback for mobile devices, etc.
Ability to save the source URL would be really handy
Great work with this Property Editor! Very handy :-)
From using this on a few projects, I've been thinking it would be really handy if it was possible to store the source URL that was used to request the Embed.
This could mean that the URL could be displayed on the webpage which would be useful for SEO, or also if a fallback for mobile devices, etc.
Hi Laurence,
Thx for the suggestion. Will have to look in to that if it's possible.
It uses the same functionality as the embed option in the RTE. I think the only way would be override the dialog and create my own embed dialog.
As the data format that is being saved will change this would be a breaking change. So don't know if you can upgrade it.
Dave
Hi Laurence,
But if it's just for display purposes I think the Youtube javascript API has the ability to get the source url.
Dave
Here's some code to parse the HTML for attributes:
is working on a reply...