rss-l4
rss-l4 copied to clipboard
Is there a way to add tags for itunes?
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
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!