In TinyMCE, I've successfully built a link list
plugins: link,
link_list: [
{title:'video title', value: 'url'},
{tile: 'video title', value: 'url'}
],
But I need something more for a youtube video link list that automatically embeds them in iframes with 100% width and height.
I have users who are not quite tech savy enough to get the youtube embed code, put it in the editor media embed field and change the height and width.
I was hoping I could give them a list of all youtube videos from our channel that automatically put it in an iframe with 100% height and width.
Any ideas?