The Widmann Blog: photography

Calendar

May 2013
S M T W T F S
« Apr    
 1234
567891011
12131415161718
19202122232425
262728293031  

Other Blogs

Two Philadelphias

The centre of Glasgow has been transformed into a copy of Philadelphia for the purpose of shooting a Hollywood movie called "World War Z" (starring Brad Pitt).Phyllis and I went down there last Sunday to take a few photos of it.However, when we got home, I tried to compare it to photos of the same places in real Philly, and...

Baroque anatomy

The Photoshop Disasters blog is one of those sites that can be mediocre for a while, but then they post something so wonderful that you know you'll keep following them forever.I don't think I should really comment on this photo – there's really nothing I can add.However, in general I must admit I simply don't understand why so many photos...

Setting up WordPress blogs on Flickr properly

Flickr allows you to connect your WordPress blog, which allows you to use a Flickr photo to illustrate a blog posting by pressing a button.

(I always use this in conjunction with Donncha Ó Caoimh’s “Blog This To Draft” to prevent it from getting published immediately.)

However, Flickr’s standard WordPress code isn’t very good. It encapsulates the whole thing in <div>s, which means that WordPress cannot work out that it’s an image, which leads to all sorts of problems when you’re trying to pull out the first chunk of text from a posting, for instance in an RSS feed.

However, if you know what you’re doing, it’s quite easy to change. You need to go to your Flickr settings, and then click on the “Sharing & Extending” tab.

You should now see your blog (if it isn’t there, add it by clicking on “More sites” and following the instructions).

Now click on the “edit” button next to the name of your blog, and click on “select a blog layout”.

Now pick one of the layouts by clicking on it, and then choose “customize”.

This should display some HTML code such as this (I’ve added some white-space):

<div style="float: right; width: 240px;
    margin: 0 0 10px 10px; padding: 0;
    font-size: 0.8em; line-height: 1.6em;">
  <a href="{photo_url}" title="{photo_title}">
    <img src="{photo_src_m}" alt="{photo_title}
      by {uploader_name}" />
  </a><br/>
  <span style="margin: 0;">
    <a href="{photo_url}">{photo_title}</a>,
    a photo by <a href="{uploader_profile}">
      {uploader_name}</a>
    on Flickr.
  </span>
</div>{description}
<br clear="all" />

Now change it to use WordPress’s [caption] syntax, e.g.:

[caption align="alignright" width="240px"]
  <a href="{photo_url}">
    <img src="{photo_src_m}" alt="{photo_title}"
      width="240px" class="size-thumbnail" />
  </a>
  <a href="{photo_url}">{photo_title}</a>,
  a photo by
  <a href="{uploader_profile}">{uploader_name}</a>
  on Flickr.
[/caption]{description}

Now click “preview”. This will look dreadful, because this is WordPress code, not HTML, but just click on “save this layout” anyway.

You should now be able to use the “share” button on Flickr to generate pretty WordPress posts.

Phyllis and the chip-shop menu

Phyllis sent in a few photos to an Oxfam competition, and the result was a lengthy article in the Evening Times today.Here is the relevant part:A photo of a Glasgow chip shop menu is among images of the city which have been made into postcards.Tourists will be able to send friends and family the quirky image, which was one of the winners of a competition run by Oxfam.It is one of four new Glasgow postcards which will go on sale...

From 8 mm film to YouTube

My maternal grandfather, Otto Nielsen, was a keen photographer, and he also recorded the family on 8 mm film from 1973 till around 1978, when he had to stop due to illness.As an example, here is a brief recording from my first birthday (which is quite appropriate, given that my youngest daughter will be one tomorrow):However, going from the original...
Is this iPhoto?
I've been playing around with iPhoto on and off ever since Complexli bought the Mac mini for me.In particular, I'm interested in face recognition. It would be so nice if all your photos could be tagged correctly to show who's...
Plato ponders the Legend of Atlantis
Wow, somebody has borrowed my duck and used it for a cool purpose!Click on the picture and have a look at how it was made.

Earlier stories »

Wordpress theme designed by Complexli Limited.