Support » Plugins » [Plugin: GoCodes] Image links

Viewing 1 replies (of 1 total)
  • What do you mean by “use an image link for these redirects?”

    1. Display an image with a link wrapped around it

    <a href="http://example.org/go/link/"><img src="http://example.org/path/to/image.jpg" alt="" /></a>

    It works. Just insert an image as usual, and put the GoCodes link in the image link field.

    2. Redirect to an image URL

    You take an image URL, such as http://example.org/path/to/image.jpg and create a GoCodes link that points to it, so http://example.org/go/image/ would forward to the image URL, allowing you to do something like this:

    <a href="http://google.com"><img src="http://example.org/go/image/" alt="" /></a>

    This should work. I haven’t tried it myself, but technically it should be fine.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: GoCodes] Image links’ is closed to new replies.