GitbookIO / plugin-adbutler

Integrate adbutler.com ads into a gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 %}

About

Integrate adbutler.com ads into a gitbook

License:Apache License 2.0


Languages

Language:JavaScript 99.5%Language:CSS 0.5%