jFeed
jFeed copied to clipboard
Link to blog post as opposed to blog posting atom feed..?
I'm attempting to use jfeed along with jquery.flips to cycle through blog postings on a site and I'd like to have the title, when clicked, to take the user to the blog page, as opposed to the atom feed.
So when the user clicks the title I want to go to: http://tellingpictures.blogspot.com/2012/12/lovelace-is-going-to-berlin.html
Instead of: http://tellingpictures.blogspot.com/feeds/890509426919274484/comments/default
I see that in the XML the link is there - appears to be three links in the structure: the feed, self and alternate and I want the alternate. Looking at the source I think I could do this by modifying jquery.jfeed.js but I'd rather avoid that if possible.
Seems like this would be a relatively commonly desired feature - am I missing something?
The site I'm working on - the jfeed is in the center column just below the main feature element: http://dev.tellingpictures.com/
Is this the issue fixed in #22 ?