From 056adf242228820e07122506d962ac327ad22a1c Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 12 Feb 2024 09:01:11 +0100 Subject: [PATCH] added AdSense --- src/app.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.cpp b/src/app.cpp index 2f39420..34171d1 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -71,6 +71,7 @@ void App::setMetaTags() { removeMetaHeader(Wt::MetaHeaderType::Meta, "robots"); addMetaHeader("keywords", "chat, single chat, images, no registration, anonymousp"); addMetaHeader(Wt::MetaHeaderType::Meta, "robots", ""); + require("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1104166651501135"); } void App::initApp() {