RSS Feed
Testing RSS Readers. In Antville Feeds there are no Links and no pictures. Can one tell me why and how to solve this problem?
Testing RSS Readers. In Antville Feeds there are no Links and no pictures. Can one tell me why and how to solve this problem?
kaidoh
I had this problem too. I found out, that the [Macro not allowed in sandbox: site.url] makro is not properly translatet in a complete URL. It crops the base URL:
http://www.domain.com/blogname/stories/123
comes out as
/blogname/stories/123.
Here is a quick solution:
1) Goto: Layout > Skins > RSS Feed.
2) Edit all three presets
3) replace all makros with an url part
<% site.url %>, <% param.url %> etc)
with
http://www.your-domain<% site.url %>
(resp. http://www.your-domain<% param.url %>)
This worked out for me