I know I’ve mentioned this sort of thing before, but I think that embedding your (or others) flickr photos on your own site is pretty nifty. I have recently used php to pull in images display them full size in a ‘lightbox’ this was done on a site called Smart City Art. Each photo that is uploaded to flickr is tagged with a specific tag that the php code will sort accordingly. Once the large lightbox photo has loaded it can then be clicked and added to an enquiry form or shopping cart.
}
zg_toggleWhat = function() {
document.getElementById(‘zg_whatdiv’).style.display = (document.getElementById(‘zg_whatdiv’).style.display != ‘none’) ? ‘none’ : ‘block’;
document.getElementById(‘zg_whatlink’).style.display = (document.getElementById(‘zg_whatdiv’).style.display != ‘none’) ? ‘none’ : ‘block’;
return false;
}
// –>
(Update, the flickr badge script does not currently work on Posterous)
The Moral of the Story:
- Don’t upload your photo’s to the internet if you don’t want them coppied, there will always be a way to copy them.
- Don’t upload high res to flickr.
- If you do not want any API based services to use your images you need to OPT OUT – This is not very well known, the link is http://www.flickr.com/account/prefs/apioptout/
- This is not new, API issues with flickr have been going on for a long time … see this photo
- Enjoy the flickr community and use it as it should be used – I do and I love it.