mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 20:06:46 +00:00
add addinplay ads
This commit is contained in:
+39
-5
@@ -121,11 +121,6 @@
|
||||
gtag("js", new Date());
|
||||
gtag("config", "AW-16702609763");
|
||||
</script>
|
||||
<script
|
||||
async
|
||||
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7035513310742290"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script
|
||||
async
|
||||
@@ -140,6 +135,25 @@
|
||||
|
||||
gtag("config", "G-WQGQQ8RDN4");
|
||||
</script>
|
||||
<!-- AdinPlay Ads -->
|
||||
<script>
|
||||
var aiptag = aiptag || {};
|
||||
aiptag.cmd = aiptag.cmd || [];
|
||||
aiptag.cmd.display = aiptag.cmd.display || [];
|
||||
aiptag.cmd.player = aiptag.cmd.player || [];
|
||||
|
||||
//CMP tool settings
|
||||
aiptag.cmp = {
|
||||
show: true,
|
||||
button: true,
|
||||
buttonText: "Privacy settings",
|
||||
buttonPosition: "bottom-left", //bottom-left, bottom-right, top-left, top-right
|
||||
};
|
||||
</script>
|
||||
<script
|
||||
async
|
||||
src="//api.adinplay.com/libs/aiptag/pub/OFI/openfront.io/tag.min.js"
|
||||
></script>
|
||||
</head>
|
||||
|
||||
<body
|
||||
@@ -208,6 +222,26 @@
|
||||
</header>
|
||||
<div class="bg-image"></div>
|
||||
|
||||
<!-- Left gutter ad placement - full height, no empty space -->
|
||||
<div class="left-gutter-ad ad">
|
||||
<div id="openfront-io_300x600">
|
||||
<script type="text/javascript">
|
||||
aiptag.cmd.display.push(function () {
|
||||
aipDisplayTag.display("openfront-io_300x600");
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right-gutter-ad ad">
|
||||
<div id="openfront-io_300x600_2">
|
||||
<script type="text/javascript">
|
||||
aiptag.cmd.display.push(function () {
|
||||
aipDisplayTag.display("openfront-io_300x600_2");
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dark-mode-button></dark-mode-button>
|
||||
<!-- Main container with responsive padding -->
|
||||
<main class="flex justify-center flex-grow">
|
||||
|
||||
Reference in New Issue
Block a user