0.8.0 - Added <podcast:funding> support #8
vnali
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since 0.8.0, Studio plugin added support for podcast:funding.
Updated to apply changes on newer version
For generating
<podcast:funding>
tag, there should be a custom field for representing funding items. you can usepodcastFunding
default handle or you can specify this handle on config/studio.php file.Steps to provide
<podcast:funding>
in your podcast and the podcast RSS:Create a plain text or URL field, or:
podcast:funding
tag on RSS, use value of this field as podcast funding URLCreate a matrix field, super table or table field.
funding
handle or you can specify this block type handle bypodcastFundingBlockType
config item.funding
block type of matrix field, super table or table:fundingTitle
,fundingUrl
.fundingUrl
is required field and each item must have value for this field. items without this field is ignored when plugin create<podcast:funding>
tag for RSS page.Add the custom field to podcast field layout.
Edit a podcast and fill the funding related fields.
Now when studio plugin creates RSS, it loops through funding items and create
<podcast:funding>
tags.Beta Was this translation helpful? Give feedback.
All reactions