Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How do I get recent flickr Thumbnails


Go to End


2 Posts   1755 Views

Avatar
Daimz

Community Member, 36 Posts

15 July 2009 at 3:47am

Hi,
I am having difficulty figuring out how to add Flickr thumbnails to my website. I dont want a whole page devoted to a Flickr gallery I am simply wanting to do something similar to that of the Wordpress Flickr thumbnails. Where there are just 9 thumbnails that are chosen from my recently added photos. Can anyone help please? I have only just started (as of today) using silverstripe and its my first real attempt with CMS so I am having a little difficulty.
Thanx

Daimz

Avatar
Daimz

Community Member, 36 Posts

29 July 2009 at 2:31pm

I solved the error by using & instead of the & symbol but I still have no images from flickr.

when I veiw source in firefox I see this.

<div id="flickr_badge_uber_wrapper">
<div id="flickr_badge_wrapper">

<script type="text/javascript" src="http://www.arctosdesign.com/silverstripe/jsparty/behaviour.js?m=1247488925"></script><script type="text/javascript">//<![CDATA[
				Behaviour.register({
					'#switchView a' :  {
						onclick : function() {
							var w = window.open(this.href,windowName(this.target));
							w.focus();
							return false;
						}
					}
				});

				function windowName(suffix) {
					var base = document.getElementsByTagName('base')[0].href.replace('http://','').replace(/\//g,'_').replace(/\./g,'_');
					return base + suffix;
				}
				window.name = windowName('site');

//]]></script><script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&amp;count=7&amp;display=latest&amp;size=s&amp;layout=x&amp;source=user&amp;user=28322286%40N08"></script>
</div></div>