- Displays Flickr photos based on your settings.
- Ability to choose between User, Group or All Public Photos
- Tag function let you choose tagged photos base on your keyword
- A sample work can be seen here -> Turkey Photos
Joomla version is very basic at the moment. I will update it when I get chance to breathe.
Joomla version is updated to version 2.3 and has the same functionality now.
Follow the links below to download;






ok
Don’t work in joomla, even with correct id
I might help you if you give details
Mr Onur, How would it be possible to use this plugin on a WP theme without widgets enabled?
Can you explain what do you mean?
Do you want to use it at a different location other than widgets?
My WP sidebar is not “widgetized” (I run a very old theme). Can I use a php function to use your plugin?
why dont you use the flickr badge. that would be easier for you. here is the link http://www.flickr.com/badge.gne
but if you still want to use the php code, here is the code for you. You have to change the upper cases areas (of $furl) to fit into your needs.
<?php
$furl = 'http://www.flickr.com/badge_code_v2.gne?count=NUMBER&display=DISPPLAY&size=SIZE&layout=x&ROUTER';
echo '’;
if($options['flickr_gallery_title_show'] && $options['flickr_gallery_title']){
echo ”. $options['flickr_gallery_title'].”;
}
$fhtml = file_get_contents($furl); preg_match_all(“//”, $fhtml, $matches);
foreach($matches[0] as $div) {
echo str_replace(“>“, “/>“, $div);
}
echo ”;
?>
NUMBER=>Number of images
DISPLAY=>Choose one of the options -> Popular,Latest,Random
SIZE=> s for small, m for medium, t for thumbnail
here is the tricky part for picture resources. you have 3 options to choose. From a user, group or all public photos.
From a user ->ROUTER=>source=user_tag&user=USERID
All public photos ->ROUTER=>source=all_tag
From a group ->ROUTER=>context=in%2FGROUPNAME%2F&source=group_tag&group=GROUPID
for User and Group IDs use http://idgettr.com/
these are some samples for you
from a user
$furl = ‘http://www.flickr.com/badge_code_v2.gne?count=4&display=random&size=s&layout=x&source=user_tag&user=34586311@N05′;
from a group
$furl = ‘http://www.flickr.com/badge_code_v2.gne?count=4&display=random&size=s&layout=x&context=in%2Fcentral%2F&source=group_tag&group=34427469792@N01′;
all public photos
$furl = ‘http://www.flickr.com/badge_code_v2.gne?count=4&display=random&size=s&layout=x&source=all_tag’;
you can also use tags by &tag=TAG at the end
$furl = ‘http://www.flickr.com/badge_code_v2.gne?count=4&display=random&size=s&layout=x&source=all_tag&tag=pink’;
good luck
Duuh… why didn’t I think of that? Thanks Onur!
What if I want to use your plugin as a gallery on my site, similar to your sample pages for this plugin: http://www.iwasinturkey.com/photos
What code should I use to place in my photos page?
Thanks!
Hi,
Is it possible to make the square images display as a grid, for example 3 down, 3 across? Currently, they’re displaying as a single column.
Thanks!
Hilary
set the number of images to 9
and add the below code to the end of your css file – (appearance > editor > your theme’s css file)
#flickr {width:260px;}
.flickr_badge_image{float:left;}
Hello,
I’m trying to get this widget to work on my wordpress but I cant seem to get it to work.
I created a flckr account
http://www.flickr.com/photos/thedalleswrestlingclub/
and I installed the plugin but what details do I enter to get it to work.
I tried flickr user ID but it didnt work.
Thanks
Edson
Just fill the fields on the admin panel of the plugin.
There is no additional settings.
Hi Onur,
First of all I would like to say thanks for creating this really neat plugin!
Any way to set the target=”_blank” so that clicking the thumbnail goes to a new window? I’m no php expert…
thanks in advance
Dave
Your example page looks like you’re using this plugin on a Post or a Page, not in the sidebar — It’d be nice if we could include something in a post/page that linked to a particular flikr group so that it’d be easy to set up multiple galleries on different pages. Is all of that hard to do? Thanks!
I can display more than 10 photos? How?
Why bother putting up a Flickr side bar widget if you don’t even have a DETAILED explanation how to link accomplish this. I have WP Thesis and want to have a cool slide show in my side bar.
Matter of fact, I wish I could find into on how to add more stuff to my side bar.
You Tek Guys speak WAY over the heads of us newbies.
Hi all,
very nice plugin. Thanks a lot Onur.
@Dave
Quick hack regarding target=”_blank”:
Edit simpleflickrphotos.php and insert 1 line right after the file_get_contents (around line 106).
$html = file_get_contents($url);
$html = str_replace( ‘/”>’, ‘/” target=”_blank”>’, $html);
Regards
Achim
@Hilary @Onur
I’m no coder either but… I notice that Hilary’s blog is a fixed width and therefore Onur’s code works.
Here’s what I do for an elastic Blog.
echo ‘
#flickr {text-align:left;margin-bottom:20px}
#flickr img {margin:3px;background-color:#fdfcf2;padding:1px;border:1px solid #666;float:left}
‘;
$html = file_get_contents($url);
preg_match_all(“//”, $html, $matches);
foreach($matches[0] as $div) {
echo str_replace(“>“, “/>“, $div);
}
echo ‘‘;
Maybe Onur, you can teach me better please?
Hope this helps someone! And, Oh, make sure to copy this before upgrading and then, paste again!
Never mind, the code does not come through properly and, I’m so tired of the other side of the “for your security” coin being “time wasting” and “lack of productivity”
Anyways, great add-in. Thank you very much.
Sorry, I tried to help but, as is usual, am not able to due to the current state of the web…
Bunun gibi nasil yapabilirim?
http://www.iwasinturkey.com/photos
Hi Onur,
First of all, thanks for your plugin! Works perfectly!
I have one question. When I click on a photo, it will link me directly to the Flickr site. I’m not good in coding, so maybe you can help me. I would like to change the link to a static page within my website. Is that possible? Where do I do this?
Sandra
Hi,
Thanks for a great module, it’s easy to understand and works very well.
However, I would like a function to customize the size of photo displayed, ie:not just square, thumbnail or mid-size as the mid-size photo sits outside the wrapper for the module and the other are too small.
Is there some code I can change to do this?
Hi Onur,
i am using your mod_simplflickr for 6 months and it always worked fine
But from today it is away ! Empty space, no text-comment, nothing …
I use it in “random” mode with pics from flickr.
Do you have an idea ?
Best regards from Germany …
Pèdà
Is it possible to use a 2 word Tag? like ‘red mountain’ or multiple tags like ‘red mountain’ and ‘skiing’?
If not, could it be hard coded into the plugin?
Thanks!