You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
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.
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/
The text was updated successfully, but these errors were encountered:
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/
The text was updated successfully, but these errors were encountered: