I am banging my head on this stupid thing.... Here is my site http://toastyart.com/content/seascape-near-les-saintes-maries-de-la-mer Under the image I want to include HTML Code (Ill also have BBCode) that the user can copy and paste onto their site. The HTML will show a thumbnail of the image and a link to the node (On my site) with the full image.

Example
<a href="http://toastyart.com/content/image"><img src="http://toastyart/files/thumbnails/image.png"></a>

Google "Image Share" and almost all of the sites do this!

I think I need to hook into the image module using entities, create another field checkbox saying "Display Image Links", then I need to modify the output of image to include the above text on the output. What hooks do I use and where is the thumbnail path found?