PDA

View Full Version : Feed/Photoblogs.org


OcchioTeso
10-02-2006, 03:43 PM
EDIT: Problem fixed on its own...

Joe[y]
10-02-2006, 06:17 PM
in future leave the problem up and post the solution - this way people with the same problem can simply read your post rather than having to make their own.

OcchioTeso
10-04-2006, 07:11 PM
In that case, my problem was that my blog's RSS/ATOM feed wasn't being recognized by photoblogs.org, so I added the tags in <head>:

<link rel="alternate" type="application/rss+xml"
title="RSS Feed" href="http://www.occhioteso.net/pixelpost/index.php?x=rss" />
<link rel="alternate" type="application/atom+xml"
title="Atom Feed" href="http://www.occhioteso.net/pixelpost/index.php?x=atom" />

which solved everything. The whole thing however was due to the fact that I installed pixelpost in a folder and not directly on my site directory, so the default link went to http://www.occhioteso.net/index.php?x=atom instead of the pixelpost folder http://www.occhioteso.net/pixelpost/index.php?x=atom

Connie
10-05-2006, 06:05 AM
but what is the difference to the feeds which are generated by "our" templates?

Or did you use no head-tags before?