Cookbook /
PodcastLinks
Summary: Enable iTunes podcast
itpc:
links to workVersion:
Prerequisites:
Status:
Maintainer:
License:
Categories: Uncategorized
Discussion: PodcastLinks-Talk?
Questions answered by this recipe
How do I add iTunes-type Podcast links?
Description
Add iTunes podcast links
Notes
If you're wanting itpc:
to be treated the same a http:
, https:
, etc., then
add the following to local/config.php
:
$LinkFunctions['itpc:'] = 'LinkIMap'; $IMap['itpc:'] = 'itpc:$1';
See LinkIMap for more information.
Release notes
See also
Contributors
Comments
See discussion at PodcastLinks-Talk?