How do I make my pictures 'clickable' to enlarge (Flickr)

dinners

In Memoriam
Messages
15,745
Name
Phil
Edit My Images
Yes
Hi

I hope this question makes sense.

how do I make my pictures on here (from Flickr) open larger with a click ?

I noticed a few people do this.

Thanks

Phil
 
Google greasemonkey and allsizes+

Greasemonkey runs the script, and allsizes+ allows you to grab the code and past into here :)
 
Hi

I hope this question makes sense.

how do I make my pictures on here (from Flickr) open larger with a click ?

I noticed a few people do this.

Thanks

Phil

Hi, I made a small app to allow the Flickr HTML to be converted for use on TP.

See HERE.

It makes the image clickable but does not exactly open the image in larger view, just takes the link clicker to the image's Flickr page where you then have the options.

Try it out to see if it works as you require.

Link for downloading is also in my signature. ;)
 
Sorry, one thing that I forgot to say about my Flickr Relinker app is that it will not auto-resize an image to the standard 800px or 1024px for panos that is required here on TP.

You will physically have to choose an appropriate image size within Flickr to get the HTML code for.
 
Assuming you know how to put the "normal" sized pic here, just highlite the img tagged line etc and then click the insert link (globe icon) and goaim it to the large version.

example

[ URL="http://farm4.static.flickr.com/3558/3922459558_a513e2ccdf_b.jpg"][ IMG]http://farm4.static.flickr.com/3558/3922459558_a513e2ccdf.jpg[/IMG][/URL ]
 
no spaces though :thumbs:
 
almost
 
easy.
find the image you want to link to (this also works for your photoset).
click the Share This button, click the Grab the HTML and copy the entire contents of the box.

PHP:
<a href="http://www.flickr.com/photos/recrudesce/3945378954/" title="White Fine Lustre by recrudesce, on Flickr"><img src="http://farm3.static.flickr.com/2633/3945378954_0f2bfff3f5.jpg" width="500" height="333" alt="White Fine Lustre" /></a>

Go here: http://www.fatreg.net/flickrtools/flickr-bbcode.html

Paste the HTML into the box, click the button and it'll make it into BBCode.

PHP:
[b]White Fine Lustre[/b]

[url=http://www.flickr.com/photos/recrudesce/3945378954/]
[img]http://farm3.static.flickr.com/2633/3945378954_0f2bfff3f5.jpg[/img]
[/url]

Which gives you this:

White Fine Lustre



 
i said it twice cos the site died when i pressed submit first... :(
 
Back
Top