function bte_bc_footer()
{
    $bte_bc_add = get_option('bte_bc_add');
    if (!isset($bte_bc_add)) {
        $bte_bc_add = true;
    }
    if ($bte_bc_add) {
        echo bte_bc_get_html();
    }
}
function bte_bc_tag()
{
    echo bte_bc_get_html();
}