rss-l4 icon indicating copy to clipboard operation
rss-l4 copied to clipboard

Is there a way to add tags for itunes?

Open carlaron opened this issue 8 years ago • 0 comments

I tried to add a tag for itunes itunes:explicitFalse/itunes:explicit with this line: $feed->channel(array('title' => $podcast->name, 'description' => $podcast->description, 'link' => Request::url(), "itunes:explicit" => 'False'));

But in the feed, it just shows up as False

And the itunes podcast validator doesn't like it.

Any ideas for how to make that work? iTunes wants several tags like that to list the podcast.

Thanks!

carlaron avatar Apr 25 '16 13:04 carlaron