By visuaLatte on
Hi all,
I've been trying to figure out the best way to create an iTunes podcast feed for a Drupal 6 site. My client wants to post his podcasts not within blog posts but as stand-alone items. From my research, it looks like there is an iTunes module, and then of course there is Feedburner, which appears now to work with iTunes-- although I've read that Feedburner does not create all the desired fields for an iTunes feed.
If my client simply wants to podcast and have an iTunes 'site' that picks up the podcasts from his Drupal site, what is the best 'practice' for going about it?
Thanks,
Nate
Comments
I've not worked with iTunes
I've not worked with iTunes before but what I'd do is create a content type for the podcast. Create a feed using views that has all the relevant data regarding the podcast and then submit through feedburner. It might be easier than trying to create your own feed module that contains all the data iTunes needs.