View Single Post
Old 03-18-2014, 07:03 AM  
DVTimes
xxx
 
Industry Role:
Join Date: Jun 2003
Location: UK
Posts: 31,547
I have in the past played with QR Codes online in porn.

One trick I did was place a QR code on a non nude pic and said scan to see me nude.

This I found worked very well.

It sent many to the mobile version of a paysite I promoted and got some sales.

But that was the early days of smart phones (I was using an old microsoft mobile phone then).

I suspect today the results would even be better.

By the way I came across this handy bit of code for auto tranfer of your site to a mobile version. It seems to do the job.

<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "mobile.htm";
}
//-->
</script>

Or to go to a new site:

<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "http://www.mobilesiteofpornxxxx.com";
}
//-->
</script>
__________________
The Affiliate Program
DVTimes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote