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() {