Forum Moderators: open

Message Too Old, No Replies

google ajax api ( youtube videoBar) how to get title an description

         

keitai

4:12 pm on Mar 17, 2010 (gmt 0)

10+ Year Member



Hello,

I am trying to get the title and description with each video returned by youtube API videobar.

At the moment i have: <snipped url>

But i like to have: <snipped url>

I don't know if i should use GSvideoBar solution or maybe i should try a php solution.

Any tips/suggestions?

[edited by: whoisgregg at 4:55 pm (utc) on Mar 22, 2010]
[edit reason] Whoops, no URLs please. See TOS [webmasterworld.com] :) [/edit]

whoisgregg

10:06 pm on Mar 23, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can use the YouTube API to get all sorts of data about specific videos. This link to the API documentation is a good start:
[code.google.com...]

You can fetch the data as JSON by appending "&alt=json" to the end of your request. Then just build your own videobar using the data.