Every time I sit down to work on my youTube – Wordpress plug-in, I think of a alternative way to use it. And of course, there’s probably a whole load of existing plug-ins to do the job. But where’s the fun in that? At first it was all about making a list of videos appear in the sidebar. This works all very well but the video ids are hard-coded for now.
(more…)
Posts Tagged ‘youtube’
youTube / Wordpress integration
Friday, May 22nd, 2009youTube data API
Thursday, May 14th, 2009Google provides an API for access to video data that they host under youtube.com. It’s available from Zend, the PHP company. The package can be downloaded and used for a range of different services. I have been trying it out by pulling in a video and showing it in the sidebar.

