La Tecnologeria Podcasting players

A plugin to add external players easily in your web using shortcodes.

Author:Pablo Trinidad (profile at wordpress.org)
WordPress version required:4.9.13
WordPress version tested:5.6.6
Plugin version:1.3
Added to WordPress repository:03-04-2020
Last updated:27-12-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.tecnologeria.com
Total downloads:944
Active installs:40+
plugin download
Click to start download

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
FAQ
ChangeLog