CaRP: Caching RSS Parser - Documentation
CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates
Item Podcast
Evolution | LE | Koi | SE |
>=3.5.11 | n/a | >=3.5.11 | n/a |
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 />');