Get The Plugin

If you don't already have it, get the Coronium Chatterbox Plugin from the Corona Marketplace.

Adding The Plugin

Add the plugin by adding an entry to the plugins table of build.settings file:

settings =
{
    plugins =
    {
        ["plugin.chatterbox"] =
        {
            publisherId = "com.develephant"
        },
    },
}

Open your main.lua file and add the following:

local cb = require('plugin.chatterbox')

Note

If you are using Composer you may want to add this elsewhere.