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.

La Tecnologeria Podcasting players

Beskrywing

Use easy-to-use shortcodes in your posts or pages to display audio players from different platforms.

How to use this plugin

This plugin offers several shortcodes to integrate different podcasting platforms in your website. In this version we support Youtube and iVoox platforms.

iVoox(TM) shortcodes

There are two kinds of iVoox widgets: episode and program widgets.

For episode widgets, you need the episode id, which can be taken from the URL from your published episode. Use this id as follows:

[ivoox id="49097143"]
[ivoox id="49097143" color="#00EACD"]

These are the fields that must be provided with the shortcode:
* id (mandatory) field should be the identifier in the episode URL (a number).
* color (optional) field is the color that substitutes the default color. In HTML format (#RRGGBB). Remember to include the #. A default color can be provided in the plugin settings page. It would be used unless this field is explicitly provided.

In case you want to keep on using the old player, use the following shortcode:
[ivoox-old id=”49097143″ color=”#00EACD”]

Compact and mini versions of the episode player can also be used instead:

[ivoox-compact id="49097143"]
[ivoox-mini id="49097143"]

Color configuration is not available for these versions of the player.

If you aim to use program widgets, use the following shortcode:
[ivoox-program id=”313872″ color=”#00EACD”]

These are the fields that must be provided with the shortcode:
* id (mandatory) field should be the identifier in the podcast URL (a number).
* color (optional) field is the color that substitutes the default color. In HTML format (#RRGGBB). Remember to include the #. A default color can be provided in the plugin settings page. It would be used unless this field is explicitly provided.

Youtube shortcode

Integrate a Youtube video using its ID. Use the shortcode as follows:


These are the fields that can be used with the shortcode:
* id (mandatory) field must be the identifier of the video that can be taken from the video URL.
* width (optional) field would be the width of the player.
* height (optional) field would be the height of the player.
* cookies(optional) field to use privacy-enhance mode (check iVoox website).

If width and height are not specified, default values are 560×315. If only one of them is specified, the remaining dimension is computed using 16:9 proportion.

Cookies option is boolean. Use values true/on/yes/1 to use the standard player or false/off/no/0 to enable the enhanced mode. Enhanced mode is the default option in case it is not specified.

Other platforms

They’re about to come in upcoming versions.

Screenshots

  • Use iVoox(TM) shortcodes in your posts or pages!!

Installation

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/tecnologeria-podcasting directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

Kwel-vrae

What if I make a mistake in the shortcode format?

An error message will be shown in your post. The message should guide you to repair the shortcode syntax. Try previewing your posts before publishing them!

What will be shown if everything is ok?

An

<

iframe> element that contains the player should be shown if everything is right.

Aanbevelings

There are no reviews for this plugin.

Contributors & Developers

“La Tecnologeria Podcasting players” is oopbron sagteware. Die volgende mense het bygedra tot die ontwikkeling van hierdie uitbreiding:

Contributors

Changelog

1.3

  • [ivoox-program] shortcode added to show all the episodes in an iVoox program (see https://blog.ivoox.com/nuevo-widget-de-podcast-usalo-para-crecer-en-audiencia_0078219/, in Spanish).
  • [ivoox] shortcode now supports color attribute.

1.2.1

  • shortcode now supports privacy-enhance mode

1.2

  • new iVoox widget added via ‘ivoox’ shortcode. If you aim to keep old ivoox shortcode in your website, please use ‘ivoox-old’ shortcode instead.

1.1

  • Youtube shortcode added.

1.0

  • First stable version.