Skip to content

Commit

Permalink
Merge pull request #221 from 10up/feature/transcript
Browse files Browse the repository at this point in the history
Adds transcript block and meta
  • Loading branch information
jeffpaul authored Dec 4, 2023
2 parents 2653f5d + 0e92898 commit e72657b
Show file tree
Hide file tree
Showing 23 changed files with 905 additions and 100 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Repeat for each podcast you would like to create.
* Create a new post and assign it to one or more Podcasts using the panel labeled Podcasts.
* Upload or embed an audio file into this post using any of the usual WordPress methods. If using the new block-based WordPress editor (sometimes referred to as Gutenberg), insert a Podcast block. Only one Podcast block can be inserted per post.
* For more advanced settings, use the Podcasting meta box to mark explicit content or closed captioning available, season number, episode number, episode type and to optionally specify one media item in the post if you have more than one in your post. In the block-based editor, these are the block settings that appear in the sidebar when the podcast block is selected.
* Transcript: Add an optional transcript consisting of time codes, citations, and paragrah text that can be embedded in the post, linked to an external plain HTML file, or linked in a special `<podcast:transcript>` XML element.

## Submit your podcast feed to Apple Podcasts

Expand Down
4 changes: 4 additions & 0 deletions assets/css/podcasting-transcript.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.wp-block-podcasting-podcast-transcript cite,
.wp-block-podcasting-podcast-transcript time {
display: block;
}
Loading

0 comments on commit e72657b

Please sign in to comment.