Forum Moderators: coopster

Message Too Old, No Replies

How to include Youtube Videos dynamically using API ?

         

iCyborg

12:24 pm on Dec 8, 2008 (gmt 0)

10+ Year Member



Just like squidoo I want to include youtube videos on the basis of keywords. For example if there is a page www.example.com/baseball-bloopers then I would like to show youtube videos related to phrase "baseball bloopers" (may be 3).

How can I do this ? The question is more related to youtube API rather then php but I just need some sort of idea and the rest I should be able to do it.

breham

12:51 pm on Dec 8, 2008 (gmt 0)

10+ Year Member



I did this a while ago but lost the scripts now but basically I made use of the ZEND framwork which has a Youtube function.

It's a big download but I managed to make a dynamic site out of it.

Hope this helps
Brett

iCyborg

5:41 pm on Dec 8, 2008 (gmt 0)

10+ Year Member



Hi breham, can u tell me the control flow of those scripts. Like how you were doing it ? what sort of api calls were made ?