I like having my podCasts in the sidebar but I don’t like the play-list widget that comes with podPress. So I made this Widget that lists all my podCasts as links to the pop-out player. I plan on adding more features when I have more time but this is it for now.
You do have to have the podpress plugin already installed.
You can style the links by adding some simple css like this:
li.podPressADDONS-Link {
background: no-repeat top left url("/wp-content/plugins/podpress/images/podpress_icon_r2_v2_16.png");
margin: 5px 0;
padding: 0 0 0 16px;
list-style: none outside none;
}
]]>