Iframe problem on Safari / Apple ecosystem

Andrew212

Registered Member
Joined
Jun 24, 2018
Messages
61
Reaction score
9
Hello

I want to promote a product, a saas product and I want to promote it directly without a landing page. In order to do that I need to put an iframe on my index page with my affiliate link from the product that I'm promoting.

Everything is good until I open the link on Safari. It's a blank page. I know that it's a problem because Safari blocks cookies from crossing websites or something like that but I´ve seen some competitors do that and their pages work on safari, some of them are using a plugin named "prokem suite" but it's in Indonesian and I don't know how to use it and others use only code.

I will leave my code here:

<html>
<head>
<title> test11 </title>
<meta name="keywords" content="keyword1, keyword2, keyword3">
<meta name="description" content="keyword description goes here">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
</head>
<body>
<iframe src ="insert link" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
<p>Your browser does not support iframes.</p>
<p><a insert link">Click here now.</a></p>
</iframe>
</body>
</html>
 
Back
Top