WP Decoratr

Description:

WP Decoratr automatically finds images relevant to your post content from Flickr to spice up your posts.

WP Decoratr is very easy to use and doesn’t need any configuration. It will add a panel on the “Write Post” page. Compose your post as usual and click “Get Images” when you’re done. WP Decoratr will analyse your post content and suggest several matching images. Just click on an image to insert it in your post.


Rating: 1 Star2 Stars3 Stars4 Stars5 Stars (9 votes, average: 4.22 out of 5) Loading ... Loading ...
Size: 151.3 KB
Downloads: 1442 [Download Now]

61 Comments

  1. Posted March 23, 2008 at 2:03 pm | Permalink

    Hi there! I like the idea of using this plugin to add images to my posts. Just a question about the way it searches flickr: does it return only Creative Commons images, or does it return all kinds of copyright images?

  2. ash
    Posted March 23, 2008 at 2:51 pm | Permalink

    This does not work i have uploaded it to two wp sites viewed it in IE and FF but the tag box to put your keywords.tags does not show up the pop up appears and asks you to entere them but there are no fields in which to do so??

  3. Posted March 23, 2008 at 9:25 pm | Permalink

    Hi There:

    I have installed the plugin, but it doesn’t work when I click “Get Images” – it just hangs and does not return results.

    Is there something that I am missing out on configuration wise?

    Best Regards,

    Angela

  4. iDope
    Posted March 24, 2008 at 12:26 am | Permalink

    GeekMom,

    From what I understand, Flickr API returns images under one of the CC licenses only. But I’ll confirm that. I the next version I’ll add an option to select specific CC licenses when getting images.

  5. iDope
    Posted March 24, 2008 at 1:02 am | Permalink

    ash,

    Have you added some content to your post before clicking “Get Images”?

  6. iDope
    Posted March 24, 2008 at 1:14 am | Permalink

    Angela,

    Which version of WP are you using? Which browser ae you using? Are you getting any error messages? I can logon to your WP admin and check whats going on if you give me access, but I undestand if you don’t want to.

  7. ash
    Posted March 24, 2008 at 4:36 am | Permalink

    Yep i have content, on the site i was tying to use it on the pages that i currently have with full articles on, but nothing?? click the button, get images and nothing happens??

  8. Posted March 24, 2008 at 7:56 am | Permalink

    iDope, thanks for your response. I just thought I’d check, because people tend to be so touchy about their copyrights, and I wouldn’t want to offend or anger anyone at flickr. :-)

  9. Posted March 24, 2008 at 4:39 pm | Permalink

    Hey there,
    I’m trying to use this on my site, but when I click to get photos it just sits there most of the time. Every once in a while it says can not connect tol flckr. Can you help?

  10. iDope
    Posted March 25, 2008 at 6:32 am | Permalink

    ash, Can you send me a screenshot of the popup you mentioned?

  11. matt
    Posted March 27, 2008 at 2:28 am | Permalink

    I keep getting this pop up

    “Error: cannot connect to Flickr”

  12. Posted March 27, 2008 at 6:58 am | Permalink

    I get this JS-Error Message when i click: get Images

    sack is not defined
    var mysack = new sack(”http://www.my-url.com/wp-admin/admin-ajax.php” );

  13. TrAk
    Posted March 28, 2008 at 5:40 am | Permalink

    Don’t work for me. When you click on the “Get images” buttom, the next error is show in the console error of Firefox:
    ****************************************************************
    Error: sack is not defined
    Origin: http://SITE/wp-admin/post.php?action=edit&post=3
    Line: 300
    ******************************************************************

    I’m ussing the WP 2.3.3

  14. Stefanie
    Posted March 28, 2008 at 3:20 pm | Permalink

    How frustrating. I have tried this with 5 different web browsers on my Mac (including Camino, Firefox, Safari, Flock & Sunrise) and it won’t work in any. It loads the pictures, but they are not clickable… I am on WP 2.3.3 so that’s not the problem…

  15. Posted March 28, 2008 at 9:08 pm | Permalink

    hi!
    seems to be a cool plugin! unfortunately it also doesn’t work on my wp installation (IE&FF). simply hangs… it’s a pity

  16. iDope
    Posted March 29, 2008 at 1:48 am | Permalink

    matt,

    You will get that error when the Flickr API service is down (happens once in a while) or there are connectivity issues between your server and Flickr.

  17. iDope
    Posted March 29, 2008 at 1:59 am | Permalink

    jackdc & TrAk & eric,

    I have made some changes. Can you please update and let me know if this works for you?

  18. iDope
    Posted March 29, 2008 at 2:02 am | Permalink

    Stefanie,

    Are your using the advanced visual editor or the plain text editor?

  19. TrAk
    Posted March 29, 2008 at 2:56 am | Permalink

    iDope,

    Now, when I click on “Get Images” appears an error that sais “Cannot connect to Flickr”.
    I think that is problem of my hosting, I try to check with another one and I told you what hapen.
    Thank you for the upgrade.

  20. iDope
    Posted March 29, 2008 at 3:08 am | Permalink

    Stefanie,

    I have released another update and it should now work with the simple editor as well.

  21. Stefanie
    Posted March 29, 2008 at 11:41 am | Permalink

    Yeah, I’m using the basic editor, and it works now :) It does return pictures with © All rights reserved, so I would recommend to others to check the photos they are using before posting to make sure the only use CC photos.

  22. Stefanie
    Posted March 29, 2008 at 12:26 pm | Permalink

    So I edited it to only include CC licensed images, if anyone is interested.

    In decoratr.php, near the bottom, change this:

    $api_key=’6833ce889f21fffcaa88f2aaabbea4f4′;

    $request = “http://api.flickr.com/services/rest/?api_key=$api_key&method=flickr.photos.search&format=json&tag_mode=all&per_page=$count&sort=$sort&$mode=” . urlencode($keyword);

    to this:

    $license=’1,2,3,4,5,6′;
    $request = “http://api.flickr.com/services/rest/?api_key=$api_key&method=flickr.photos.search&format=json&license=$license&tag_mode=all&per_page=$count&sort=$sort&$mode=” . urlencode($keyword);

  23. Stefanie
    Posted March 29, 2008 at 12:27 pm | Permalink

    Oopsie. Don’t delete the api_key code, just add license after it, like this:

    $api_key=’6833ce889f21fffcaa88f2aaabbea4f4′;
    $license=’1,2,3,4,5,6′;
    $request = “http://api.flickr.com/services/rest/?api_key=$api_key&method=flickr.photos.search&format=json&license=$license&tag_mode=all&per_page=$count&sort=$sort&$mode=” . urlencode($keyword);

  24. Stefanie
    Posted March 29, 2008 at 12:29 pm | Permalink

    Ok, I apologize for flooding the comments, but it isn’t posting properly. If you want the fixed code to return CC license only images, pop me over an email at contact@focusorganic.com

  25. Posted March 30, 2008 at 3:37 pm | Permalink

    I’ve just upgraded to WP2.5 – apparently, with the admin changes, this plug-in can’t really work. As soon as I click the “Get Images” button, the post saves and publishes (which is annoying), and I’ve found no way around it. Are you planning on updating this for 2.5s admin update?

  26. iDope
    Posted March 30, 2008 at 11:06 pm | Permalink

    I’ll add 2.5 support once I upgrade.

  27. idorx
    Posted March 31, 2008 at 1:40 pm | Permalink

    Hey:

    I just upgraded to WP2.5 (latest stable), and while the flckr worked before, now when I click on the “get Images” button, it hangs then jumps to the “Manage” page. Any ideas? I also uninstalled and downloaded the latest version from the top of the page and reactivated.

  28. Posted April 3, 2008 at 6:54 pm | Permalink

    I installed this and it works with no problem. 2 things, though.

    1) When getting images from Flickr, is this tearing up my bandwidth?

    2) When you click an image, the link goes into your text area, but there is really no indication that it has done anything. It would help if, after you click, you see a message or something visual telling you that the link has been added to your text area. I thought it had done nothing until I scrolled back up to my editing area and saw the link had been added.

  29. Posted April 5, 2008 at 2:47 pm | Permalink

    This looks like a fantastic tool for gathering images. It also doesn’t work for me on WP2.5. I look forward to a new release with the proper CC license and v2.5 support. Keep up the great work!

  30. Posted April 7, 2008 at 6:33 pm | Permalink

    Sorry to bother – but any idea when you might upgrade and add 2.5 support?

  31. Posted May 7, 2008 at 10:17 am | Permalink

    hi there .thanks for plugin:

    Does anybody know if tis script is compatible with Wordpress 2.5.1 ?

    Thanks in advance for any help on this!

    best regards

  32. Posted May 7, 2008 at 1:50 pm | Permalink

    I’m using it with 2.5.1 with no problem.

  33. Gypsy
    Posted May 8, 2008 at 8:41 am | Permalink

    I’m running 2.5.1 and it’s not working. It worked before I upgraded, though.

  34. Pera
    Posted May 21, 2008 at 6:52 pm | Permalink

    Not working for me WP 2.5.1
    :-(

  35. Dave
    Posted May 22, 2008 at 3:14 pm | Permalink

    Hi there

    I cannot get it working with 2.5 or 2.5.1. I would love to see an update. Mine saves the post and refuses to display images.

    My posts were a lot more interesting when I had 2.3.3 and could include pics.

    Any news on the update?

  36. Vladimir
    Posted May 24, 2008 at 5:22 am | Permalink

    Any plans on updating the plugin for post 2.5 support?

    It’s really an excellent idea.

  37. ChuckMcB
    Posted May 30, 2008 at 1:53 pm | Permalink

    “I’ve just upgraded to WP2.5 – apparently, with the admin changes, this plug-in can’t really work. As soon as I click the “Get Images” button, the post saves and publishes (which is annoying), and I’ve found no way around it.”

    Same here on v2.5.1

  38. Jeffrey
    Posted May 30, 2008 at 10:42 pm | Permalink

    I have 2.5.1 and it does not work. When I click it, it takes me to the manage posts screen.

  39. Posted June 6, 2008 at 9:04 am | Permalink

    i installed this on my wp 2.5 blog
    http://sean808080.com and when i click on get images it just goes back to the dashboard and says your post was saved.

    upon looking at the blog, nothing has been added at all. there is content in the post.

    any ideas? i’d love to try this out!

  40. Posted June 27, 2008 at 11:53 am | Permalink

    OK, it was working. Now when clicking the Get Images button, it is just saving the post and not getting the images.

  41. Posted June 30, 2008 at 7:44 am | Permalink

    Like d2k
    (Posted March 30, 2008 at 3:37 pm) when I click on the “Get Images” button it saves as publishes the post.

    WP v2.5.1

  42. iDope
    Posted July 14, 2008 at 6:03 am | Permalink

    I have updated the plugin to support Wordpress 2.5. Let me know if you face any problems.

  43. Posted July 14, 2008 at 2:58 pm | Permalink

    Not working here… It just hangs when button pressed.

  44. Posted July 14, 2008 at 10:28 pm | Permalink

    It seems to work ok for me, but I am using TinyMCE and the button only appears on the HTML toolbar, not on the main editor toolbar for some reason

    Other than that, it works fine. Thanks very much :)

  45. Posted July 14, 2008 at 11:39 pm | Permalink

    @Dave

    Clear your browser cache and it should show up.

  46. iDope
    Posted July 15, 2008 at 12:57 am | Permalink

    @Vladimir: What WP version and browser are you using?

  47. Posted July 23, 2008 at 1:15 am | Permalink

    This plugin looks neat for sure, although I would STRONGLY advise only returning creative commons images.

    I’ve had plenty of my images stolen for use on other websites and blog posts with out my permission. While the technology you made is nice, cool, etc. it is NOT cool to use other’s photos w/ out asking for permission.

    All it takes is a simple flickr / email and it might cost nothing to get approval. I’ve allowed my photos used for non commercial use. I DO require proper link credit (to my website, not just to flickr)

    Thanks,
    Adam in Phoenix, AZ

  48. Richard
    Posted July 23, 2008 at 8:30 am | Permalink

    Thanks, this is exactly what i was looking for.

  49. Ron
    Posted July 31, 2008 at 1:21 am | Permalink

    Does this plugin work on WP 2.6?

  50. baron
    Posted January 6, 2009 at 9:13 am | Permalink

    hi. Thanks for plugin

    perfect.

    Regards

  51. Posted March 28, 2009 at 11:45 am | Permalink

    Hi there

    I just updated to WP 2.7.1 and the Decoratr button has disappeared from TinyMCE – It was there up to and including upgrades to 2.7 but has gone now.

    Can you advise what I can do to get it back?

    Thanks again for a great plugin..

    Dave

  52. Sebastian
    Posted June 1, 2009 at 7:55 am | Permalink

    Thank you for the plugin! Now every post has a picture :-) thats really cool!!!

  53. Posted June 24, 2009 at 9:26 am | Permalink

    Hey,

    Everything works fantastic! I had one quick concern/question though – If I use decoratr the picture links to the original source, which is of course ok. But, I would like to disable this on the homepage. Instead, I’d prefer that clicking on the picture opens the post. Is this functionality available?

  54. walter
    Posted July 2, 2009 at 9:27 am | Permalink

    The plugin is working, but every post I run this on shows me a group of photo options labeled “undefined (tag)”. Those photos are always the same. Why am I getting that “undefined” grouping?

  55. Posted July 8, 2009 at 3:43 am | Permalink

    Works great, thank you

  56. Posted July 9, 2009 at 4:55 pm | Permalink

    I’ve used this plugin in the past on another site and loved it. However, I’ve installed on a new site with WP 2.7 and I keep getting a “cannot connect to Flickr” error.

    Could you please let me know what the problem could be?

    Thanks in advance

  57. Walter
    Posted July 17, 2009 at 7:32 pm | Permalink

    Breaks WP2.8.1 by fouling up the edit box for pages. Edit for posts works OK. Deactivating it got me working again.

  58. iDope
    Posted July 27, 2009 at 1:57 am | Permalink

    Please get the latest version. If there are still any problems let me know.

  59. iDope
    Posted July 31, 2009 at 5:51 am | Permalink

    I have released a new version which works properly with page editor and fixes some other bugs.

  60. Posted August 9, 2009 at 1:08 pm | Permalink

    I’ve updated to the latest version, and I still continue to get the “cannot connect to Flickr” error.

    Any idea what else to look at?

    Thanks,
    Barbara

  61. Posted June 6, 2010 at 9:19 pm | Permalink

    Setbacks – CURL

    Ain’t there nothing that don’t require cURL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*
To submit your comment, click the image below where it asks you to... Clickcha - The One-click Captcha