Click to See Complete Forum and Search --> : URLS Embedded into Images...?


mediagulch
07-12-2007, 05:23 PM
Hi Everyone,

We are curious if there is a software tool or script that can embed a url into a gif or jpeg image? We are looking to have the image appear with out any coding and allow to be clicked on.

We haven't had any luck in our search and was hoping some experts could give us some advice.

Thank you in advance and have a great day.

tracknut
07-12-2007, 06:00 PM
I've never heard of it, and can't imagine the effort it would take to convince every developer of a tool to display an image to implement such a thing.

To my knowledge, there are "comment" fields in both of those file formats, that would allow a URL (or any other text) to be imbedded in them. It's the "...allow to be clicked on" part that I don't see happening.

Dave

trielephant
07-12-2007, 06:40 PM
I'm afraid I'm not quite following you here. Embed the URL in what way? The image is appearing where? What should happen when it's clicked on?

:confused:

mediagulch
07-12-2007, 11:25 PM
Sorry for any confusion, but we are looking to upload our image to a 3rd parties site and have our hompage url embedded into the image. That way viewers can directly do to our site through the image, without using any html.

Hope that helps explain things and thank you for all the feedback and insight.

trielephant
07-12-2007, 11:56 PM
You want them to get to your site by clicking the image but you don't want any HTML?

bathurst_guy
07-14-2007, 11:52 PM
No you can put your url in the image but it will still only be an image. They would then have to type your url into a browser, they couldn't click it. Not unless you can use a .swf instead of an image, then you could.

By the sounds of it though I just want to also include that you should make sure such an act does not breach terms and conditions of the website you are placing it on.

dash12345678
07-29-2007, 03:14 PM
heres an example:

<a href=""><img src=""></a>

put the link to your image in the img src tag,and the link goes in the a href tag

Angry Black Man
07-29-2007, 09:05 PM
...viewers can directly [go] to our site through the image, without using any html.

heres an example:

<a href=""><img src=""></a>

put the link to your image in the img src tag,and the link goes in the a href tag

hrm.. theres a miscommunication here!