Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design: More thinking on Dynamic Show Notes #989

Open
brandonhundt opened this issue Apr 4, 2024 · 1 comment
Open

Design: More thinking on Dynamic Show Notes #989

brandonhundt opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels

Comments

@brandonhundt
Copy link
Contributor

In the Podcast setting form under the Engagement Settings, let's add a card containing a text field for Dynamic Show Notes. This way, we can provide opt-out language for programmatic ads, or add language for donation drives, or add language on how to subscribe to every episode.

UI:
Feeder _ Podcast form _ Dynamic Show notes

Feed:
In the RSS feed, the dynamic show notes should be appended within the item's <description>. Therefore the Dynamically inserted note will appear alongside the show notes wherever the podcast is found.

<item>
     <description>
        <![CDATA[<p>episode description goes here</p><p>dynamic show notes injected here</p>]]>
      </description>
</item>
@brandonhundt brandonhundt self-assigned this Apr 8, 2024
@brandonhundt brandonhundt changed the title Implement Dynamic Show Notes field Design: More thinking on Dynamic Show Notes Apr 8, 2024
@brandonhundt
Copy link
Contributor Author

brandonhundt commented Apr 8, 2024

Preening discussion (Podcast has many episode notes): Should these be per feed?

  • Identify the types of "Notes" (Donation, Opt-in, Privacy, Advertiser list)
  • Location (Header/Footer)
  • targets (which feeds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant