0.1.0 • Published 8 years ago

gitbook-plugin-adbutler v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

Adbutler for GitBook

Integrate adbutler.com ads into a GitBook.

How to use it?

Configure the plugin in your book.json:

{
    "plugins": ["adbutler"],
    "pluginsConfig": {
        "adbutler": {
            "key": "XXXXXX",
            "type": "iframe",
            "defaultZone": "XXXXXX"
        }
    }
}

Then in your markdown/asciidoc content, include ads using:

Ad with specific parameters:

{% adbutler zone="167292",size="728x90",id="194796" %}{% endadbutler %}

Ad with default zone and default size:

{% adbutler id="194796" %}{% endadbutler %}