|
|
|
|
|
by webfuel
5491 days ago
|
|
You might consider tweaking the RSS feed a little. For permalinks:
<guid isPermaLink="true"></guid> Add dc:creator for the submitter of the article:
<rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom xmlns:dc='http://purl.org/dc/elements/1.1/>; And:
<dc:creator></dc:creator> Also, make sure you site sends the headers Content-Type: text/xml;charset=UTF-8 with this feed because it is currently sent as text/plain. |
|