Full RSS feeds
I just found a simple way to modify my RSS feed to include full stories and their html tags. It validates and shouldn't break anything.
Here's how you do it:
- go to Layouts - Skins - RSS Feed - RSS Item
- find the line that says
[Macro not allowed in sandbox: param.text]
- replace it with
[Macro not allowed in sandbox: story.content]
dm42
way it's done (usually). don't forget to add a
<![CDATA[...]]>
section around the 'title' element content too.mdornseif
Why is that needed with the title?
dm42
title and description both can contain characters not defined in the feeds character encoding.
Maddin
thanks for the tip. It works like a charm.
marcoberst
now i have full-text-rss but still troubles with titles using unusual characters like ß or & and so on! (refering to morgenauswurf.blogger.de)