• My wife and I are looking for an easier way to attach photos to individual posts. We’re not looking for an image gallery, or nothing spectacular like that

    just a simple plugin where we can upload a single image to a single entry, where it puts a thumbnail of the image in for you, as a link to the full size image.

    basically, we have a full size image, but don’t know how to create thumbnails, so we’re looking for something that creates the thumbnail for you, and puts in the code for you. does that make any sense? also, an easier way of putting the image into the post alongside text, like I’ve seen some blogs do, without having to code it that way by hand and everything. the full size image can have that fancy lightbox effects thats fine.

    does such a plugin exist? We’ve looked over the wordpress 2.3 compatible plugins, but a particular one doesn’t seem to stick out at me. Our problem, is there are 50 million such plugins like this, and we just don’t understand which ones good to use, with the features we’re looking for. There’s so many that its confusing.

    thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Now, except the “fancy lightbox”… everything else is done in WP without any special plugin. Upload, making thumb, inserting in the post – it’s all there.

    I’m using some scrtps I wrote to create thumbnails, 640×480 images, and rotate images and then upload them to the website using webdav.

    Once there I use a modified iimage plugin to insert them into the text.

    Alas, my modified iimage is broken as I upgraded to 2.3 and haven’t had time to fix it….

    But I’m willing to share if there’s interest.

    I use two different methods which may be of interest to you…

    First is simple and uses the WordPress standard upload and insert functionality with the WP Lightbox 2.0 plugin. (Demo: https://www.yourparanormal.co.uk/ancient-world/the-great-pyramid/)

    The second method requires a little more work, but I find more flexible. I use custom fields and some code in the theme to add thumbnails which link to full image. (demo: https://lonewolf-online.net/blog/2007/09/27/harvest-moon-rising/)

    If your interested in the second method I recently wrote a tutorial on how to use custom fields for just this!!
    (tutorial: https://lonewolf-online.net/computers/knowledgebase/wordpress-custom-fields/)

    Hope this helps a little.

    Tim

    Thread Starter bubazoo

    (@bubazoo)

    quote:
    Now, except the “fancy lightbox”… everything else is done in WP without any special plugin. Upload, making thumb, inserting in the post – it’s all there.

    no it isn’t, thats why I asked. making thumb and inserting code into post, is not automatic with the uploader, we’ve tried that. It should have been though, I know.

    Sorry, how comes it is there for everybody else, except you?

    As I said: uploading an image from the Write Post > upload – creates automatically the thumb version for the uploaded image.

    Then in the same Upload area you should see (ro after clicking on a pic)
    Show:
    Thumbnail
    Full size
    Title
    Link to:
    File
    Page
    None

    …all radio buttons

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘easier way to post images to your entries?’ is closed to new replies.