Sir Michael Le Fanu wrote:Makes sense, but it also said it needs a link from the webpage to the actual flickr page, but only if you have the pic on a page.
Does anyone know how to put the link in the pic?
I'm not much of a tech guy.
Just make a link to the set or first pic of that particular moc. It's easier.
The pictures btw:
If you press right click on let's say that first page you provided... You see a lot of code.
But also this one:
- Code: Select all
<link rel="image_src" href="http://farm7.static.flickr.com/6132/5944098403_1bc22bae29_m.jpg">
That line holds your image, you only need the last part:
- Code: Select all
http://farm7.static.flickr.com/6132/5944098403_1bc22bae29_m.jpg
I personally alway take the last '_m' off, cause it stands for medium. (_s for small, _l for large)
So without the '_m' it will look like this:
- Code: Select all
http://farm7.static.flickr.com/6132/5944098403_1bc22bae29.jpg
To display it on these forums, use the img tags, like so:
- Code: Select all
[img]http://farm7.static.flickr.com/6132/5944098403_1bc22bae29.jpg[/img]