ראיתי אתרים עם 5-4 פרסומות איך הם עושים את זה?
זה באישור?
למען אחר ספק - בדקתי את הקוד מקור וראיתי שזה לא מסגרות או משהוא זה קוד מיותר שבנוי מזה:
השאלה איך הם עושים את זה?
HTML קוד:
<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>