RSS Variables
jeffbridges
Registered Users Posts: 10 Big grins
Is there a list of querystring variables that I can use to specify what I want in the RSS/atom feed?
Also, I know about the image=y variable, but it'd be great to know what all the y values are. For example, how do I get it to display the large version of my thumbnails?
Thanks!
http://jeffbridges.smugmug.com
Also, I know about the image=y variable, but it'd be great to know what all the y values are. For example, how do I get it to display the large version of my thumbnails?
Thanks!
http://jeffbridges.smugmug.com
0
Comments
I've been working on, and am way behind on, getting a complete list of variables into everyone's hands. Sorry it's taken me so long.
In general, you can add "&Size=X" to any of the feed URLs where Size is a normal SmugMug size (Tiny, Thumb, Small, Medium, Large, Original).
There are other options, too, which I'll post when I'm done with the documentation. Feel free to ask if there's anything you'd like to know, though....
Don
In the mean time, is there any way to get rid of either the title of each RSS "post" or the additional body text that comes with the image? Right now I get the smugmug "caption" (or what I use to name the image) as the title of each post in the feed, but then a "comment" section of the feed also restates the name and gives a link to my smugmug gallery.
It gets messy with the sidebar I've hacked together for my typepad blog.
Thanks, and thanks for making such a great photography site! (And I love your title Mr. Chief Geek.)
Unfortunately, feed readers are terribly inconsitent in this regard. Some look for data in certain fields, some in others. So we sorta have to put duplicate information in.
Can you just pick-and-choose the XML fields you'd like to display in your blog?
Do you have a link I can look at so I can better understand the problem?
Thanks,
Don
http://jeffbridges.blogs.com/jeffs_walkabout/
I hacked together a javascript feed from the smugmug RSS using Feed2JS at http://jade.mcli.dist.maricopa.edu/feed/index.php?s=build
So here's the issue using an example from my website: On the top photo in the left hand photo feed the title of the RSS feed's post is "Peformer on the Charles Bridge - Praha, CZ" which links to the picture in my smugmug gallery - which is perfect. However, the feed also includes text within the post that reads, "Jeff Bridges Peformer on the Charles Bridge - Praha, CZ" with my name as a link to my smugmug home page.
As you can see on the blog, it's messy, and if I try to delete the text contained within the RSS post using CSS I just end up deleting the picture as well since they're both part of the same RSS item (which Feed2JS calls .rss-item a). As a work-around I've tried setting the font size for the RSS post's content to 0px, but then I still have the same amount of space around the photo, it's just empty space insted of filled with duplicate text (which is better than having the title twice, for sure!) Here's the CSS I use to do that:
.rss-item a { font-size: 0px; }
Any ideas? The ideal situation here would be if I could make it so the smugmug RSS feed JUST contained html pointing to the picture, and didn't have any text description along with the picture.
Any of that make sense?? I'm still a n00b so I'm not sure how well I'm explaining this...
Thanks again for the help, Mr. Chief Geek!
While your at it, please take a look at the pubdate issue. Most of the readers will not look at an RSS feed if the pubdate is not current. Right now, the pubdate on SM is static. So, the feed readers are ignoring my feeds.
Thanks,
Doc
http://help.smugmug.com
Has there been any more info published regarding the variables?
I'd like to remove the titles and display only pictures. How would I change the variables to accomplish this?
See http://www.franklinpatriots.org/index.php?option=com_newsfeeds&task=view&feedid=11&Itemid=7
Jay
http://help.smugmug.com
-- Jack
The best list we have currently is here: http://smugmug.jot.com/WikiHome/Customization/FeedsTricks