← view more API documentation

api.box.show

Shows the chatbox (if it has been hidden in the past).

Examples

If a visitor runs into an error, you might want to make sure that the chatbox is displayed:

if (errorOnPage) {
    olark('api.box.show');
}

Discussion

Feel free to propose good uses for this method, or even drop us some suggestions for improvement! You can also join our mailing list to collaborate with other developers and get updates from us.