View Single Post
Old 03-27-2026, 10:35 AM  
blackmonsters
Making PHP work
 
blackmonsters's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: 🌎🌅🌈🌇
Posts: 20,794
Quote:
Originally Posted by blackmonsters View Post
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.

blackmonsters is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote