Problem: client has lot’s of videos. He uploads them to youtube. i’ve built a simple cms for him where he updates the content on the site. I would like to simplify the process of linking the videos within the cms.
Currently he has to
- upload the video to youtube
- “embeded” the youtube code in the cms.
is there a simpler? better solution? any suggestions would be very helpful.
Thanks in advance.
Shane
Have the client create a YouTube channel and create playlist(s) within that channel. Then the client can just tell you which playlist(s) to include on the site and you can pull in all the videos within specific playlists via the YouTube API.
This way you set it (once) and forget it. And the client can maintain the playlists within YouTube as they see fit and know that the videos within those playlists will be automatically included on the web site.
Here are some sample code snippets: