Proposal: <podcast:contact> #468
theDanielJLewis
started this conversation in
Tag Proposal
Replies: 1 comment
-
Doh! I just realized something similar has already been proposed in #245. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to see more podcasts and apps reduce the number of steps someone takes to send feedback to the podcast.
This would be either confidential feedback or something longer for future episodes. Thus, it would be a response beyond the social of
<podcast:socielInteract>
.I propose the
<podcast:contact>
tag with attributes to indicate the contact method and purpose. This would be similar to how a domain can have multiple contacts for different purposes.Attributes:
method
(required) indicates the method of contact from a list:phone
for phone numbersemail
for email addressesrecording
for recorded voice or videomulti
(or maybe letting this be optional and omitting this attribute) for a single destination with multiple methodspurpose
indicates the purpose for the listed contact method, which can trigger whether or how the method is exposed in the listening app:feedback
is for the audience to send feedback to the podcasterpress
is for press inquiriesbooking
is for booking the podcast host(s) as guest(s), or for requesting to be interviewed on the podcastsponsor
is for advertising/sponsorship opportunities(I wanted to avoid the attribute of
type
because its meaning could be ambiguous in this case. Like it could be thought to mean either a phone number as a type, or feedback for the podcast as a type.)Example:
A podcast app could parse a feedback email address and trigger the operating system's default email app, possibly even prepopulating the subject line. For example, if the contact button was clicked/tapped from an episode, include that episode's title in the email subject line.
Building on this app-level idea, we could consider a
subject
attribute for anyemail
method, allowing the tag to repopulate the subject line, which would be most useful for episode-specific feedback.Beta Was this translation helpful? Give feedback.
All reactions