On a site I\'m developing I embed videos from YouTube and want to get the video title and its description.
How do I get that information?
gdata is no longer available
you can use the following instead
https://www.googleapis.com/youtube/v3/videos?part=snippet&id=(Video_ID)&key=(API_Key)