Without using the Youtube API, is there a way to get a playlist embedded in your webpage?
I know for a single video you would do something like:
<iframe src="https://www.youtube.com/embed/<%#Eval("MyLinkField")%>?rel=0"></iframe>
where MyLinkField would be the 11-character ID that youtube uses for each video.
I can't figure out how to get a playlist to embed in a webpage.