The demonstrated changes involve altering how podcast episodes function to retrieve audio assets from PRX instead of Amazon.
- Go to the Episode post.
- Scroll to the bottom.
- Locate the field labeled "PRX embed URL".
- Insert the PRX URL from the iframe.
To make changes to the Reveal implementation of Newspack Podcasts, follow these steps:
- Branch: podcast-prx branch on GitHub
- Make your changes in the repository.
- Go to the files listed in your branch's diff.
- Copy the contents of each file as changed into corresponding file in ** Plugin Editor **.
- Navigate to Plugins -> Plugin File Editor.
- Navigate to file corresponding with files changed in repos.
- Pasted contents copied in step 3.
-
Class File for Custom Post Types (CPT):
- Local Editor Link: newspack-podcasts/includes/class-newspack-podcasts-cpt.php in WP Plugin Editor
- Repository File Link: class-newspack-podcasts-cpt.php on GitHub
-
Class File for Frontend:
- Local Editor Link: newspack-podcasts/includes/class-newspack-podcasts-frontend.php in WP Plugin Editor
- Repository File Link: class-newspack-podcasts-frontend.php on GitHub