Quote:
Originally Posted by blackmonsters
I would like an parameter to include on the model page link that stops auto play; but instead says "Click to play".
This would prevent google chrome from removing the model page from an white label iframe and the surfer would not have to reload the page.

|
Nevermind!
Affiliates just need to put this code in their header of their page (!! NOT in the Iframe !!) :
PHP Code:
<?php if ($feed == "chaturbate") { ?>
<script>window.location.reload();</script>
<?php } ?>
Working for me right now.
