Title: Podlove Subscribe button
Author: Alexander Lueken
Published: <strong>April 15, 2015</strong>
Last modified: October 12, 2025

---

Search plugins

![](https://ps.w.org/podlove-subscribe-button/assets/banner-772x250.png?rev=1135324)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/podlove-subscribe-button/assets/icon.svg?rev=1545649)

# Podlove Subscribe button

 By [Alexander Lueken](https://profiles.wordpress.org/chemiker/)

[Download](https://downloads.wordpress.org/plugin/podlove-subscribe-button.1.3.12.zip)

 * [Details](https://wordpress.org/plugins/podlove-subscribe-button/#description)
 * [Reviews](https://wordpress.org/plugins/podlove-subscribe-button/#reviews)
 *  [Installation](https://wordpress.org/plugins/podlove-subscribe-button/#installation)
 * [Development](https://wordpress.org/plugins/podlove-subscribe-button/#developers)

 [Support](https://wordpress.org/support/plugin/podlove-subscribe-button/)

## Description

This plugin allows easy inclusion of the Podlove Subscribe Button. Put it in your
sidebar with a simple widget or include the button in pages and/or posts with a 
simple shortcode.

### About the Podlove Subscribe Button

The Podlove Subscribe Button allows for simple subscription of podcasts in anybody’s
favorite podcast app right from the browser without having to deal with pesky feed
URLs and go on a hunt for feed subscription dialogues.

The button knows how to activate the subscription functionality in all popular podcast
apps supporting various operating systems including but not limited to iOS, Android,
WindowsPhone, OSX, Windows and Linux.

The button is centrally hosted and gets permanently updated when new podcast apps
emerge or when new features are added. Using the button ensures your podcast can
easily be subscribed to and presents an ever more popular user interface that your
audience gets more and more used to.

### About Podlove

Podlove is an open source initiative to improve the overall podcasting infrastructure
and to come up with simple but helpful standards and tools to make publishing and
listening to podcast as easy as possible.

Podlove currently provides:

 * [**_Podlove Podcast Publisher_**](https://publisher.podlove.org) – a powerful
   plugin for WordPress for podcasters to publish metadata-rich podcasts
 * **_Podlove Web Player_** – a podcast-optimized HTML5 web player with chapter 
   support
 * [**_Podlove Subscribe Button_**](https://subscribe-button.podlove.org) – a centrally
   hosted universal podcast subscribe button for the web

### Other Resources

 * Podlove Project: https://podlove.org/
 * Podlove Community: https://community.podlove.org/
 * Documentation: https://docs.podlove.org/
 * Donate: https://podlove.org/donations/

## Screenshots

 * [[
 * The Subscribe buttons are listed with a preview to check their functionality.
 * [[
 * The Subscribe button administration interface.
 * [[
 * The Subscribe button widgets provides an easy way to include your button in your
   blog.
 * [[
 * The Subscribe button widgets can be easily be adjusted to your needs.

## Installation

### Install the plugin

 1. Upload the plugin folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

### Configure buttons

 1. Navigate to `Settings > Podlove Subscribe Button`
 2. Fill out all fields, save and grab the shortcode
 3. Add the button to your blog using the shortcode `[podlove-subscribe-button id="{{
    yourButtonID}}"]` with your button ID, or use the provided Podlove Subscribe Button
    Widget

### Display the Subscribe Button in your Sidebar using a Widget

Go to `Appearance -> Widgets` and drag the “Podlove Subscribe Button” widget to 
your sidebar configuration. Select the pre-configured button from the list and determine
which style you want. That’s it. The button should show up in your sidebar. Optionally
add a title and description for your widget.

This is the easiest and recommended way of using this plugin especially if you ony
want to display a button for a single podcast. For best visibility choose size “
big” and format “cover” to make your Subscribe Button stand out and easily locatable.

### Include the Subscribe Button in WordPress pages using a Shortcode

If you want to include a Podlove Subscribe Button in a WordPress page (or a post)
just put the shortcode `[podlove-subscribe-button]` at the desired position in your
text. Use the following shortcode parameters to configure it properly:

 * `button` – the ID of one of your preconfigured buttons
 * `size` – one of ‘small’, ‘medium’, ‘big’
 * `width` – specify desired button width in CSS compatibles values or ‘auto’ automatic
   width depending on context.
 * `color` – specify the color of the button in a CSS compatible format (keyword,
   rgb-hex, rgb, rgba, hsl, hsla)
 * `style` – default is filled, options are ‘outline’ and ‘frameless’
 * `format` – default is a rectangle, options are ‘square’ and ‘cover’ (**Note**:‘
   cover’ has a max size of 300px)
 * `hide` – if set to `true` the button will not be shown (useful if you want to
   use your own element)
 * `language` – specify the language the texts on the button and popup should be
   in (currently supports ‘de’, ‘en’, ‘eo’, ‘fi’, ‘fr’, ‘nl’, ‘zh’ and ‘ja’)

Note that if you do not provide one of the attributes the subscribe button will 
use the globally set default.

### Shortcode Examples

    ```
    [podlove-subscribe-button button="mybutton1" size="big"]
    ```

Displays a large button with the podcast logo on top using data from button configuration
with id “mybutton1”. All other options will be set to the globally set default values.

    ```
    [podlove-subscribe-button button="mybutton2" size="medium" width="100pt" language="de"]
    ```

Displays a small button with a width of 100pt using data from button configuration
with id “mybutton2” in german. All other options will be set to the globally set
default values.

    ```
    [podlove-subscribe-button button="mybutton3" size="big" width="auto" format="cover"]
    ```

Displays a big button with a the podcast cover and automatically adjusted using 
data from button configuration with id “mybutton3”. All other options will be set
to the globally set default values.

    ```
    [podlove-subscribe-button button="mybutton4" format="square" style="frameless"]
    ```

Displays a small, frameless square button with using data from button configuration
with id “mybutton4”. All other options will be set to the globally set default values.

## FAQ

### I’m running the Podlove Publisher. Do I need this plugin to display a Subscribe button?

Yes and No. If you simply want to display a Subscribe Button for your Podcast you
publish with the Podlove Publisher you do not need this plugin as the Publisher 
itself provides this functionality. If you want to display multiple Subscribe Buttons
you can use the Subscribe Button plugin.

### Where do I create those “Network-wide” Buttons?

You can find the Panel in the Networks Settings Section

### Does this plugin actually contain the code for the button?

No. This plugin just embeds the code that is needed to display the Podlove Subscribe
Button. The button itself is served live from api.podlove.org

### Do I update the plugin to get support for more clients?

No. As the Podlove Subscribe Button is hosted centrally, it gets updated regularly
independent from this pugin.

### I am a podcast app developer and would like my app be listed in the button. What do I need to do?

Consult the information provided on [the technical information page](https://podlove.org/podlove-subscribe-button)
at podlove.org on how the button works and what app developers need to support and
do in order to get listed in the button.

### How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program.
The Patchstack team helps validate, triage and handle any security vulnerabilities.
[Report a security vulnerability.](https://patchstack.com/database/vdp/54baba88-4c9c-4194-8707-5e0f37dfb763)

## Reviews

![](https://secure.gravatar.com/avatar/805ffa2ca6068f3de0b8ca63fbc6514943986419e1b6da1fa4bdfd496758210e?
s=60&d=retro&r=g)

### 󠀁[works fine](https://wordpress.org/support/topic/works-fine-454/)󠁿

 [venan39](https://profiles.wordpress.org/venan39/) September 3, 2016

great plugin, very good work!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/)

## Contributors & Developers

“Podlove Subscribe button” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Alexander Lueken ](https://profiles.wordpress.org/chemiker/)
 *   [ Christian Foellmann ](https://profiles.wordpress.org/cfoellmann/)

“Podlove Subscribe button” has been translated into 2 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/podlove-subscribe-button/contributors)
for their contributions.

[Translate “Podlove Subscribe button” into your language.](https://translate.wordpress.org/projects/wp-plugins/podlove-subscribe-button)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/podlove-subscribe-button/),
check out the [SVN repository](https://plugins.svn.wordpress.org/podlove-subscribe-button/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/podlove-subscribe-button/)
by [RSS](https://plugins.trac.wordpress.org/log/podlove-subscribe-button/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

### 1.3.12

 * FIXED XSS vulnerabilities

### 1.3.11

 * FIXED SQL Injection vulnerabilities

### 1.3.8 / 1.3.9 / 1.3.10 (2023-02-10)

 * FIXED XSS and CSRF vulnerabilities

### 1.3.7 (2019-07-20)

 * FIXED an issue that prevented the subscribe button to appear
 * FIXED a XSS vulnerability

### 1.3.6 (2018-10-02)

 * FIXED autowidth value not saving to options correctly

### 1.3.5 (2018-09-09)

 * Replaced the spectrum color selector with WP Color Picker
 * FIXED multiple color pickers when adding a widget

### 1.3.4 (unreleased)

 * FIXED detection of Publisher plugin (widget naming)
 * FIXED deprecated WP core functions removed
 * FIXED fix select button for widget

### 1.3.3

 * Enhanced Support for translation
 * Fixed an issue that prevented network buttons to be shown

### 1.3.2

 * Fixed an error that caused notices on some installations

### 1.3.1

 * Fixed an error that caused fatal errors on some installations

### 1.3

 * Podcast Cover Image can be selected using the WordPress Media Library
 * When using the Shortcode, the button language can now be set using the language
   attribute
 * Enhanced support for button color
 * Fixed a bug that caused an error message for non-network installations
 * UI enhancements and further optimizations

### 1.2.1

 * Various bugfixes

### 1.2

 * Added various options that allow customization of the Subscribe button
 * Various bugfixes

### 1.1.3

 * Various bugfixes

### 1.1.2

 * Remove duplicate `wp-admin/` from Network-Settings URL
 * Check for old PHP versions before plugin is activated

### 1.1.1

 * Smaller Bugfix: Build tables on plugin-activation only

### 1.1

 * Network Support – If you run a WordPress Multisite Installation you can create
   network-wide available Buttons
 * Default Settings for Size and Autowidth
 * UI enhancements

### 1.0.1

 * Enhancements in documentation
 * Smaller Bugfixes
 * Shortcodes: Change `id` attribute to `button`

### 1.0

 * Initial Release
 * Settings page to allow definition of preconfigured buttons
 * WordPress Widget to show preconfigured buttons in WordPress Sidebar
 * WordPress Shortcode [podlove-subscribe-button] to insert preconfigured buttons
   in pages and articles

## Meta

 *  Version **1.3.12**
 *  Last updated **6 months ago**
 *  Active installations **2,000+**
 *  WordPress version ** 3.5.0 or higher **
 *  Tested up to **6.1.10**
 *  PHP version ** 5.3 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/podlove-subscribe-button/), [German](https://de.wordpress.org/plugins/podlove-subscribe-button/),
   and [Portuguese (Portugal)](https://pt.wordpress.org/plugins/podlove-subscribe-button/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/podlove-subscribe-button)
 * Tags
 * [button](https://wordpress.org/plugins/tags/button/)[feed](https://wordpress.org/plugins/tags/feed/)
   [podcast](https://wordpress.org/plugins/tags/podcast/)[podlove](https://wordpress.org/plugins/tags/podlove/)
   [subscribe](https://wordpress.org/plugins/tags/subscribe/)
 *  [Advanced View](https://wordpress.org/plugins/podlove-subscribe-button/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/podlove-subscribe-button/reviews/)

## Contributors

 *   [ Alexander Lueken ](https://profiles.wordpress.org/chemiker/)
 *   [ Christian Foellmann ](https://profiles.wordpress.org/cfoellmann/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/podlove-subscribe-button/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://flattr.com/thing/728463/Podlove-Podcasting-Plugin-for-WordPress)