Quote:
Originally Posted by Colmike9
There's an older trick that used to work where you make a .php file using echo file_get_contents($_REQUEST['website']); then on the site using the iframe, use the iframe source url as "iframe.php?url=https://site.tld".
But I don't know if that still works or the full thing, anyone remember? I used this like 10 years ago, and it fixes the problem that you're having. ..Unless it's just on CB's end lol.
|
Thanks buddy
This is the code I am using
<iframe class="code" src="https://www.whitelable.com/in/?track=embed&tour=6o0b&campaign=xxxx&disable_sound =1&mobileRedirect=auto&embed_video_only=1" width="300px" height="170px" frameborder="0" scrolling="no"></iframe>
How would you change that?