site: shufflesome.com and blog.shufflesome.com. Two sets of feeds (atom.xml and index.xml (RSS)). Both are hooked up with FeedBurner.
Examples: http://feeds.feedburner.com/Shufflesome shufflesome.com/index.xml
The default Atom template contains this section:
<title><$MTEntryTitle remove_html="1" encode_xml="1"$></title>
<link rel="alternate" type="text/html" href="<$MTEntryPermalink encode_xml="1"$>" />
<id><$MTEntryAtomID$></id>
This i guess i have to modify with this bit:
<?php $BirdFeeder->seed('<$MTEntryTitle remove_html="1" encode_xml="1" encode_php="q"$>', '<$MTEntryLink encode_xml="1" encode_php="q"$>'); ?>
How exactly?