gitbook-plugin-adbutler

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gitbook-plugin-adbutler

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • samypesse