Anchor Episodes Index

Περιγραφή

This plugin appends an episode index to the anchor.fm podcast player. Currently, the only available embed for the anchor.fm player is for a single episode.
This plugin allows you to add your entire episode index, just the same as you have on your anchor.fm site.
Simply input your site and RSS URL’s on the settings page and add the shortcode to any page or post.

You can see more information on the problem this solves in this article

Email me here for suggestions and feedback.

Usage

Firstly, install and activate Anchor Episodes Index (this plugin).

Once activated, go to the settings and fill out the Anchor Site URL and Anchor RSS URL fields (be sure to add the URL’s without a “/” at the end, otherwise it will not work).

Then copy the shortcode you’ll see on the settings page and paste it in any page or post.

If you want to add multiple different podcasts on the site, you can define the RSS and Site URL’s as shortcode attributes instead of on the settings page. Note, you cannot currently output two players on one page.

Shortcode examples

Uses values set in the settings page:
[anchor_episodes]
Overrides values set on the settings page:
[anchor_episodes site_url=”https://anchor.fm/your-podcast” rss_url=”https://anchor.fm/s/123456-your-key/podcast/rss” max_episodes=”10″]

Κριτικές

24 Μαΐου 2022 1 απάντηση
Great work for bringing us this plug-in! I appreciate the work. One nice feature would be if it's also possible to only show the latest podcast, without the pulldown feature. So when selecting " 1" podcast to display the is no pulldown and only the player with the latests podcast.
26 Νοεμβρίου 2021 3 απαντήσεις
This is great — simple and does what it says on the tin. One feature I'd love to see, however, is the ability to limit the number of episodes that are pulled in — rather than the entire list. It would also be good if there wasn't additional space at the bottom of the feed but it's a minor thing compared to how useful this plugin is.
Ανάγνωση όλων των 2 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Anchor Episodes Index” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.0

  • Initial Release.

1.0.1

  • Enqueued files dir path fix

1.0.2

  • Fixed gap between iframe and index. Improved enqueue code to avoid previous issue

1.0.3

  • Revert to old enqueue due to issues

1.1.0

  • Added loading animation and bg color when loading, added expand description function

1.1.1

  • Added ability for shortcode attributes to be defined for the Site and RSS URL’s, so that different podcast can be output on the site at one time.

1.1.2

  • Added option for user to define the maximum amount of episodes to display. Add arguments to enqueue scripts in footer.

1.2.1

  • Improved CSS structure so that themes conflict with the styles less. Refactored JS for better speed and readability. Removed feednami and now working with the XML directly. Improved naming throughout code.

1.2.2

  • Update readme. Tested for WP v6.

1.2.3

  • Fix minor update bug

1.2.4

  • RSS feed duration value changed from timestamp to HH:mm:ss. Removed conversion function and display as is.

1.2.5

  • episode description now respects anchor.fm text formatting

2.0.0

  • improved text formatting. added script localization to output PHP vars.