Wordpress Flickr Manager changes for 2.9
I recently started a new blog for my photos, which I’m starting to advertise for sale through Etsy (links to follow once I have some more things in place
) and I added the Wordpress Flickr Manager plugin so that I can easily pull in pictures from my Flickr account into the blog. However, it didn’t work with Wordpress 2.9
So, I made a couple of changes to some files and it seems to be working now – so, if anyone is having the same problems, here’s a list of the files that I changed:
- wordpress-flickr-manager/js/wfm-lightbox.php
- wordpress-flickr-manager/js/media-panel.php
- wordpress-flickr-manager/js/wfm-hs.php
In each of those files, remove any ‘@’ characters that are in the files, for example:
this: wfmJS(‘a[@rel*=flickr-mgr]‘).each(function() {
becomes: wfmJS(‘a[rel*=flickr-mgr]‘).each(function() {
Once you have made the changes, the plugin should work fine.



January 13th, 2010 at 3:49 pm
Would you mind sending me or placing a link to your updated files, cause I can’t get it to work with the changes you have posted.
I would really appreciate it.
February 8th, 2010 at 12:46 pm
fantastic work! i made the changes and it functions perfectly again.
i’ve also linked this page to the plugin home so that others may benefit as well.
incidentally i like using an older (v2.2) version of the plugin simply for the user interface… your hack works on that one as well.
thanks
ken
February 15th, 2010 at 9:28 pm
It’s not working for me either. It works fine until it gets to the “insert” stage, and then it stops working.
February 25th, 2010 at 6:06 pm
[...] ネタもと。 WorkflowFAQ » Blog Archive » Wordpress Flickr Manager changes for 2.9 [...]
March 5th, 2010 at 12:12 pm
Thank you sooo much for this help! Luckily WFM is working fine now with WP 2.9.
March 9th, 2010 at 1:53 pm
it’s working !!! Thanks