Possible Duplicate:
Javascript REGEX: How to get youtube video id from URL?
I want to fetch a YouTube video title when the video id is known, using JavaScript only. Is it possible?
I want to fetch a YouTube video title when the video id is known, using JavaScript only. Is it possible? |
|||||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Yes, it is possible using Javascript and JSON. https://developers.google.com/youtube/2.0/developers_guide_protocol_video_entries See: https://developers.google.com/youtube/2.0/developers_guide_json So you do it like this:
And then:
|
||||
|
|