i am trying to embedd a youtube search onto my site. anyone has an example how to do this,
example, show all movies that match a search term in thumbs or embed them somehow on a site like a feed?
i am trying to embedd a youtube search onto my site. anyone has an example how to do this,
example, show all movies that match a search term in thumbs or embed them somehow on a site like a feed?
I would check here:
Specifically the playlist method of choosing which videos to play.
Look under the “Loading search results for a specified query” header.
http://www.youtube.com/embed?listType=search&list=QUERY
See here:
Unfortunately it looks as if it displays it all in one video player and just goes through each video together.
If you need them in a list, I think this is the best option:
https://developers.google.com/youtube/v3/code_samples/php#search_by_keyword
solved gents, found what i needed on the www. thanks for reply.