Skip to content

Is there a way to add tags for itunes? #25

@carlaron

Description

@carlaron

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions