Does anyone know how to check if a Youtube video is embeddable using the Youtube API? I\'ve tried using this URL:
http://gdata.youtube.com/feeds/api/videos/4
In YouTube V3 API, to return only videos that are embeddable, add videoEmbeddable=true parameter. You must also use type=video for this to work.
videoEmbeddable=true
type=video