Looks like this plugin has been abandoned. That’s OK – huge thanks to the author for making in the first place.
Been looking for a replacement and found FlickR Badges Widget.
Offers similar functionality and a few new tricks.
]]>Hi,
Is this plugin compatible with the Flickr Collection?
Thanks,
]]>Hello
I’ve recently taken over a WordPress site which uses the FlickrRSS plug-in version 5.1. to display photos on a gallery page. The plug-in displays 20 photos, 6 images to a row. I’d like to make the rows even out by either changing the number of images to 5 per row, or changing the number of images to 24. I can’t seem to find where to make that change. Can someone more knowable than me with this plug-in direct me to exactly where to make this change? Really appreciate it. Thanks
Hi. Suddenly the plugin stopped working when I updated it. No photos showing up. I had to downgrade FlickrRSS to “fix it”. Don’t know what was the error, but the rest of my page after de plugin call (on the footer) was not showing either.
What happened?
]]>In testing the latest update I get this error:
The plugin flickrRSS/flickrrss.php has been deactivated due to an error: Plugin file does not exist.
It’s currently enabled on 36 sites on our Multi-Site instance.
What is the appropriate method to avoid a mass disable of this plugin upon update?
]]>Today I began seeing the following error message on my website:
Warning: fopen(/.jpg) [function.fopen]: failed to open stream: Permission denied in /home/.../public_html/wp-content/plugins/flickr-rss/flickrrss.php on line 187
I’ve removed the widget until I can get it fixed. You can see a screen capture of the warning here.
I read that Flickr needs a “cache” folder in the root of your domain with permissions set to 777. I’ve done this, but no luck.
Can anyone help?
]]>There’s a bug in the latest version (5.3) when image caching is enabled, which is due to the preg_match on line 184 not matching the new https links, so PHP can’t write any local thumbnail files to the cache dir as the $flickrSlugMatches variable is empty.
Here’s a short diff with the fix (it’s a single line):
--- flickrrss.php
+++ flickrrss.fix.php
@@ -181,7 +181,7 @@
strpos( $settings['html'], "%image_" . $size . "%" )
) {
$img_to_cache = $thumbnail;
- preg_match( '<https://farm[0-9]{0,3}\.static.?flickr\.com/\d+?\/([^.]*)\.jpg>', $img_to_cache, $flickrSlugMatches );
+ preg_match( '<https?://farm[0-9]{0,3}\.static.?flickr\.com/\d+?\/([^.]*)\.jpg>', $img_to_cache, $flickrSlugMatches );
$flickrSlug = $flickrSlugMatches[1];
if ( ! file_exists( "$fullPath$flickrSlug.jpg" ) ) {
$localimage = fopen( "$fullPath$flickrSlug.jpg", 'wb' );
]]>
how to put flickrRSS file into your plugin directory?
how to activate plugin?
download flickrRSS does not work.
Hi.
Yeah, I know it’s just a notice but is unpleasant. So, please make a small update to the plugin.
File flicrrss.php, line 226 you are using user levels which are deprecated since version 2.0. Please change 3-rd parameter from ‘8’ to ‘manage_options’, which has the same meaning:
add_options_page('flickrRSS Settings', 'flickrRSS', 'manage_options', basename(__FILE__), array(&$this, 'printSettingsPage'));
Thanks.
]]>Was using FlickrRSS plugin, but there seems to be no more development or support for it.
I moved my site from FlickrRSS to the Slickr Flickr plugin (which is being updated).
It took a bit of work to change over, but the options and features in Slickr Flickr help out a lot.
https://www.ads-software.com/plugins/slickr-flickr/
If you want to see it in action, my site is https://www.drivenaudio.ca
]]>Is there a way to set custom sizes for the pictures, instead of using whatever are the default sizes for small, medium, large, etc ?
]]>I have Display widgets to choose which widget element to show on which page. But this is not working for flickrRSS widget. Any idea why it is working for every widget, except flickrRSS?
Here you can find further info with image:
https://dl.dropbox.com/u/16329292/flickrrss-widget-problem.jpg
Any hint is welcome.
Thanks,
Steffen
I’m a noob, so this may be my fault; I upgraded manually & got Fatal error: Call to undefined function get_and_delete_option() in /fs1/htdocs/mrctest/wp-content/plugins/flickrrss.php on line 27
when I tried to activate.
The plugin still uses few deprecated functions in WordPress 3.x.
Also, it does not verify if a variable is set before to use it, so it trig few silent errors.
]]>i am relatively new to this and i was wondering if i can display my own Flickr photos with this plug-in. If so, what do i need to do?
Thank you
]]>Hi, I use flickr-rss on my site’s homepage https://www.drivenaudio.ca in a strip format. The plugin displays the pictures, but when they are clicked only a small black spin box opens up. No large image is loaded.
Any ideas on how I can fix it?
]]>I was using flickrRSS Version 3.2 with no problems. I upgraded to 5.2, and it broke. I get this error message: “Fatal error: Call to undefined function get_and_delete_option() in … /wp-content/plugins/flickr-rss/flickrrss.php on line 27.” Anyone know how to fix this? Or what’s causing it?
]]>Please update the add_options_page() function in this plugin, as it currently uses user levels instead of roles and capabilities when registering the admin page on line 226 of flickrrss.php. Your plugin is generating a deprecated function error. (not a big deal for most)
Currently:
add_options_page('flickrRSS Settings', 'flickrRSS', 8, basename(__FILE__), array(&$this, 'printSettingsPage'));
Should be:
add_options_page('flickrRSS Settings', 'flickrRSS', 'manage_options', basename(__FILE__), array(&$this, 'printSettingsPage'));
I just installed flickrRSS which is one of the supported plugins in my Pagelines Platform Pro premium theme and it works flawlessly. If you have Purchased Platform Pro or one of the other Pagelines themes you should have no problems with this plugin.
]]>The plugin seems to work fine in 3.0.1 until you add multiple tags on the settings page. With just one tag, it works fine. If I add another tag (with a comma, and no space) the photos disappear. Anyone have ideas … or recommendations for another simple Flickr plugin similar to this?
]]>