views:

111

answers:

2

I'd like to host some images on my website and let people post URL's to them. However, I don't want people to have to be redirected to my website to view them. Is there some way to setup my site so that no matter where the URL is posted, it will open up without changing pages? Similar looking to lightscribe?

+3  A: 

If people are simply posting links to your site like <a href="http://example.com"&gt;, there's nothing you can do on example.com to prevent them from leaving the referring page.

You could provide a piece of code that will create a lightbox-like effect and encourage your users to use it instead of the URL. Like YouTube, for example, which provides a chunk of HTML that creates an embedded player.

deceze
+1  A: 

You may try using bookmarklet type links. But you need a bit JS experience for this, though it sure can be done.

BYK