CaRP: Caching RSS Parser - Documentation
Item Podcast
| Evolution | LE | Koi | SE |
| >=3.5.11 | n/a | >=3.5.11 | n/a |
Displaying the URL of or a link to a podcast
The podcast URL is taken from an enclosure whose type begins with "audio/" (not case sensitive).
To display the podcast URL or a link to the podcast, include the word "podcast" in your
iorder setting.
For example:
CarpConf('iorder','link,desc,podcast');
See also the
Podcast plugin
Display formatting options
- bipodcast ("before item podcast") : Specifies text and/or HTML to be displayed before the item podcast.
- aipodcast ("after item podcast") : Specifies text and/or HTML to be displayed after the item podcast.
Example
CarpConf('iorder','title,url');
CarpConf('bipodcast','<a target="_blank" href="');
CarpConf('aipodcast','">Listen to the Audio</a><br />');