shoaiyb / docsify-plugin-adsense

plugin to make you easy to join up google adsense

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docsify-plugin-adsense

docsify plugin to make you easy to join up google adsense

Usage

<script src="//cdn.jsdelivr.net/npm/docsify-plugin-adsense@1/index.min.js"></script>
window.$docsify = {
  plugins: [
    // Change to your adsense ca-pub-xxxx
    DocsifyAds.create('ca-pub-xxxx')
  ]
}

Example

See example site: iscod.github.io

☕️ Donate

Donate Donate

About

plugin to make you easy to join up google adsense


Languages

Language:JavaScript 100.0%