Posts Tagged ‘feed’

h1

Display a feed in a different html page

February 6, 2007

We call our podcast the EdutechNTE Podcast because both Edutech and the Centre NTE are involved in producing it. Initially it was displayed only in the blog hosted at the NTE website. We decided, however, to display it as well on the edutech.ch website, on its own podcast page.

How to have one feed live in two neighborhoods?

We were able to make use of a handy php library called MagpieRSS. It provides the functionality of parsing the feed into arrays so you can access the feed elements with simple array dereferences. The instructions provided by MagpieRSS are pretty straight forward, yet there were a couple of bumps that we got over with help elsewhere. In the end we gathered the necessary info and extra parts (flash player, for example) at these addresses:

Tech note: One mysterious glitch was the array dereference $item['pubdate'] instead of $item['pubDate'] – for some reason no caps ‘pubdate’ worked whereas ‘pubDate’ didn’t, even though that’s how it appears in the feed.

h1

integrating an rss feed into an html page

January 31, 2007

with Magpie RSS

and for help with dates, the workbench has some good tips

plus a patch to pick up enclosure tags, with instructions from schiller labs, nice

then a nice little flash player, the dewplayer, to play the mp3s pulled out of the enclosure tags

h1

keep address on your site when using an external rss feed service

July 5, 2006

It’s possible to use an external feed producing service, but keep the feed address at your site. For example, the actual feed URL might be feeds.feedburner.com/whatever_the_feed_is. But you want people to subscribe to a feed that looks like mywebsitename.com/podcastfeed.xml.

That way, if for any reason the external service changes their policy, disappears or whatever, your feed address doesn’t get lost in cyber space. It’s still mywebsitename.com/podcastfeed.xml (but you’d have to find another way to produce the feed of course).

Feedburner support forums describe how to use the htaccess file to redirect users to the feed at feedburner:
http://forums.feedburner.com/viewtopic.php?t=17

How to forward without an htaccess file:
http://www.fredfred.net/skriker/index.php/feedburner-with-wordpress-without-htaccess/

Via podcastingunderground podcast:
http://www.podcastingunderground.com/tpu-7-feedburner-why-and-how-you-should-use-it