Skip to content

GitbookIO/plugin-adbutler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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