Iframe alternative

SilverClouds

Senior Member
Jr. VIP
Joined
May 6, 2020
Messages
1,092
Reaction score
6,419
I'm using one of these web analytics / stats apps that record videos of users browsing my website. Works fine on my sites and landers (non-affiliate), but I'd like to embed aff offer without creating a lander, just make empty html or wordpress page and embed aff offer into that. Only for tracking purposes. That app doesn't support iframes though. What can I use instead of an iframe?
 
Do a full page iframe for your affiliate offer.
At the bottom of your body tag, input your analytics snippet.
I've done this many times when direct linking cpa offers and desired my click tracker to gather data.
Your analytics code will trigger on your backend, and your visitor will see the cpa offer while never leaving your domain.

You may be able to find some snippets online to help you beef up your iframe -- there are variables you can pass along that will do full height, full width, hide border, hide scrollbar.
one really cool trick i did was make a div on top 20% of the page that had my banner (simple image that said MyDomain). then the bottom 80% div was the iframe. cheap and efficient way to make the cpa offer look same brand as the domain.
 
@uncutu The problem is my analytics stop working, it literally shows iframes not supported. Lol. Idk if there's other way to embed stuff than iframing it.
 
your analytics snippet is an iframe code? who is your provider?
consider using different vendor..should be in [script] tags
your snippet should go at bottom of your code, never inside an iframe. not sure what youre doing but ssounds like doing something wrong
 
perhaps you are seeing that error because trying to iframe a site that does not allow iframes?
you mean the iframe works when you do NOT have the analytics snippet?
 
perhaps you are seeing that error because trying to iframe a site that does not allow iframes?
you mean the iframe works when you do NOT have the analytics snippet?
No no, I mean the iframe's content doesn't show in video recording of what people are doing on my site. And that's the whole point of using these analytics apps anyway.
 
i totally understand now. you're asking for the impossible here as far as i know. you don't own the site you are iframing and cannot embed any analytics code to their server.
back my day we had no fancy video recordings or heatmaps and did just fine :D. you'll be ok too!
 
i totally understand now. you're asking for the impossible here as far as i know. you don't own the site you are iframing and cannot embed any analytics code to their server.
back my day we had no fancy video recordings or heatmaps and did just fine :D. you'll be ok too!
K, thank you for your time, I do appreciate.

All the best in your spamming :)
 
It can also be used for displaying another webpage inside the HTML page. Example: This example shows the implementation of the <object> tag which is an alternative for the iframe tag in an HTML document.
 
Back
Top