Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
readme.txt 1.20 KiB
=== ETH Embed Anchor.fm ===
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](https://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