CaRP: Caching RSS Parser - Documentation
Item Podcast
| GPL |
Koi |
Evolution |
| n/a |
>=3.5.11 |
>=3.5.11 |
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');
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 />');