|
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>
|