Linking Flickr Images in Thesis' Multimedia Box [en]

[fr] Instructions pour faire en sorte que les photos de la boîte multimédia du thème WordPress Thesis renvoient vers leur page Flickr.

I haven’t had Thesis on my blog for 24 hours that I’m already messing with it. Oh well. So, one thing I’ve done and will explain in some detail is added tons of photos from my Flickr account to the Thesis multimedia box up right, with links to the original Flickr pages.

  1. I have shell access to my server, which makes life so much simpler. Once inside the rotator folder, all I have to do is grab the URL of the middle-sized photograph I want (All sizes > Medium) and wget it. For example: wget http://farm4.static.flickr.com/3252/2725414522_4a9b2887df.jpg
  2. On the Thesis Options page, I insert the Flickr photo page URL in the “alt” field for that photo. It’s pretty easy to deduce it from the filename. For example: 2725414522_4a9b2887df.jpg => http://flickr.com/photos/bunny/2725414522/.
  3. Following these instructions, I replaced one line in the multimedia_box_functions.php file so that the images would actually link to their Flickr page.

Voilà!