ethitter/eth-embed-anchor-fm

Add Anchor.fm oEmbed support to WordPress.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Type:wordpress-plugin

v1.0 2022-07-19 02:56 UTC

This package is auto-updated.

Last update: 2025-05-19 09:37:42 UTC


README

Contributors: ethitter
Donate link: https://ethitter.com/donate/
Tags: anchor.fm, oembed, embed, shortcode, podcast, audio
Requires at least: 4.7
Tested up to: 6.0
Stable tag: 1.0
Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Allow embedding Anchor.fm podcast episodes in your content.

Description

Adds Anchor.fm as an oEmbed provider, allowing you to embed a podcast episode in content simply by pasting its URL.

For ease of discovery, this plugin also adds to the block editor a variation of the embed block specifically for Anchor.fm.

For additional flexibility, a shortcode is provided, which can be used with the iframe that Anchor.fm provides.

Installation

  1. Upload eth-embed-anchor-fm to /wp-content/plugins/.
  2. Activate plugin through the WordPress Plugins menu.

Frequently Asked Questions

Is there a shortcode?

Yes, the plugin also provides the eth_anchor_fm shortcode. It accepts three arguments:

  1. src: the iframe URL for the Anchor.fm embed.
  2. width: the width of the iframe.
  3. height: the height of the iframe.

Changelog

1.0

  • Initial public release