This is a tutorial to help you get started. It shows you how to display a gallery of a photoset To do this use you need the set_id of the photoset which you can get from the address bar of the browser Display a PhotoSet as a Gallery The code you need is slickr-flickr search=”sets” […]
Flickr Galleria With Mixed Format Photos
This looks at various options to display a galleria containing photos of both landscape and portrait format. It looks at the impact of setting image_crop to one of 4 different values. The first 2 photos are portrait, the others are landscape. true false height width Standard Galleria with no image crop slickr-flickr search=”sets” set=”72157623301388591″ size=”m640″ […]
Centering A Slideshow and Resolving CSS Conflicts
The following medium size slideshow is centered in the content section of the page and has a clickthrough link to the photoset on Flickr. slickr-flickr id=”44124342631@N01″ search=”sets” set=”72157629078314079″ type=”slideshow” border=”on” items=”60″ size=”medium” align=”center” link=”http://www.flickr.com/photos/gailontheweb/sets/72157629078314079/” Identifying Theme or Plugin Conflicts The slideshow above is centered but it may not be centered when you run the same […]
Contemporary Gallery
Example of fetching 120 photos from tag “contemporary”: slickr-flickr id=”60475016@N07″ tag=”contemporary” items=”124″ type=”gallery” before=”today”
Galleria Portrait Photos
Sample Code slickr-flickr id=”65354861@N02″ search=”sets” set=”72157626872056351″ items=”50″ type=”galleria” How It Looks
Displaying Private Photos
Public Photos slickr-flickr tag=”france” type=”gallery” items=”25″ Private Photos slickr-flickr type=”gallery” tag=”france” private=”on”
Large Thumbnails Of Fixed Height
Troy: I am trying to display image thumbnails that vary between portrait and landscape without distorting the images. I have successfully done this by editing the slickr-flickr-public.php file and creating a custom thumbnail size that specifies the height and deletes the width. This works well in Chrome and Firefox, but it of course fails in […]
New Lines Stripped from Descriptions
Objective: To investigate how descriptions with line breaks are displayed with tagged photos and photoset photos Fetching Tagged Photos With Descriptions slickr-flickr id=”69561361@N05″ tag=”medicine bottles” type=”gallery” captions=”on” descriptions=”on” align=”center” items=”14″ photos_per_row=”7″ Fetching A few Photoset Photos With Descriptions slickr-flickr id=”69561361@N05″ search=”sets” set=”72157627961825001″ type=”gallery” captions=”on” descriptions=”on” align=”center” items=”14″ photos_per_row=”7″ Fetching Many Photoset Photos With Descriptions slickr-flickr […]
Not All Photos Available After Upgrading to Pro
Example of fetching 75 photos from tag “rings”: slickr-flickr id=”60475016@N07″ tag=”rings” items=”75″ type=”display” Only 49 photos are being displayed at the time of writing Oct 27th. Photos uploaded since September 22nd are not appearing; the older photos are present. I believe this is the eternal “Flickr server synchronization” issue where recent photos go missing for […]
Large Photos
Fetching 20 photos using the RSS feed slickr-flickr id=”65155868@N05″ size=”large” Fetching 30 photos using the API feed slickr-flickr id=”65155868@N05″ size=”large” items=”30″ before=”today”