Sample plugin of how to embedded youtube video
HI,
I wish to know how to embedded youtube video in the app, i read your documentation about the video, and i you mention like that
$('', {
name: 'myFrame',
id: 'myFrame',
class: 'youtube-player" type="text/html',
width: '300',
height: '250',
src: 'https://www.youtube.com/embed/TIA6KNfpRqs'
}).appendTo('body');
but i have no idea how to start it, can you give me some apps example to do it.