How to integrate the PM Podcast on your website
Let your visitors take advantage of the free Podcast episodes by sharing with them links to The Project Management Podcast. Below are some ways for you to showcase the feed onto your site.
Here is a simple feed display, a static display of 5 most recent feeds. Code is below this image. Just copy this Javascript code and paste onto your site similar to the way you insert an add on and set in your preferred position:
==========================CODE STARTS HERE==========================
<script language="JavaScript" src="http://www.feedroll.com/rssviewer/feed2js.php?src=http%3A%2F%2Fwww.project-management-podcast.com%2Fpm-podcast.xml&chan=title&num=5&targ=xxxx&utf=y" charset="UTF-8" type="text/javascript"></script>
<noscript>
<a href="http://www.feedroll.com/rssviewer/feed2js.php?src=http%3A%2F%2Fwww.project-management-podcast.com%2Fpm-podcast.xml&chan=title&num=5&targ=xxxx&utf=y&html=y">View RSS feed</a>
</noscript>
=================================END================================
For Flash feed display that scrolls 10 most recent feeds, it will appear like this. You can copy the code below this image:
==========================CODE STARTS HERE==========================
<script type='text/javascript' src='http://s.feed.informer.com/javascripts/swfobject.js'></script>
<script type='text/javascript'>
var flashvars;
flashvars = {
feedCount: 10,
showSummaries: false,
scrollText: true,
showDates: false,
spaceBetweenFeeds: 0,
backgroundColor: 0xFFFFFF,
headersColor: 0x0000FF,
summariesColor: 0x000000,
sourcesColor: 0xFF0000,
datesColor: 0x999999,
headersFontSize: 11,
headersBold: true,
summariesFontSize: 11,
fontFamily: "Arial",
textAlignment: "left",
lineSpacing: 4,
verticalPadding: 5,
horizontalPadding: 5,
speed: 10,
sourceUrl: "http://app.feed.informer.com/digest3/ZSLWYFDU5F.rss",
aboveTitle: "The Project Management Podcast",
aboveTitleColor: 0x000000,
aboveTitleFont: "Arial",
aboveTitleFontSize: 15,
aboveTitleBold: true,
borderColor: 0xCCCCCC,
showBorder: false,
feedHoverColor: 0xDDDDDD
};
var params = {scale:'noscale',salign:'lt',bgcolor:'#FFFFFF'};
var attributes = {};
swfobject.embedSWF('http://media.feed.informer.com/flash/main.swf', 'FeedInformer_widget_2966', '100%', '100%', '10.0.0','',flashvars, params, attributes);
</script>
<div id='FeedInformer_container_2966' style='height:300px; width:200px;'>
<div id='FeedInformer_widget_2966' ></div>
</div>
=================================END================================
If you have other display ideas for The Project Management Podcast Feed and have a technical know-how, you can do so by creating your own HTMLs. If you want to customize on your preference, there are a lot of free code generators to help you with that. The important thing is we share this opportunity for others to earn PDUs for free as well.

