Configure Version: 1.0 Author: Acosys Author URI: http://www.acobot.com/wordpress?utm_campaign=wordpress&utm_medium=web&utm_source=plugin_page License: GPL2 */ ?>

'.__('Reset success', 'acobot').'

'; } if (isset($_GET['update_success'])) { echo '

'.__('Updated successfully, chat is installed', 'acobot').'

'; } if (isset($_GET['update_account']) && count($_POST)) { if($_POST['acobot_token']!="") { update_option('acobot_token', $_POST['acobot_token']); update_option('acobot_code_script', $_POST['acobot_code_script']); wp_redirect(admin_url().'options-general.php?page=acobot&connect_success=1'); } } register_setting( 'acobot_token', 'acobot_token'); register_setting( 'acobot_code_script', 'acobot_code_script'); } function acobot_admin_add_page() { add_options_page('Acobot Live Chat', 'Acobot Live Chat', 'manage_options', 'acobot', 'acobot_options_page'); } function acobot_footer() { if ($token = get_option('acobot_token')) { echo ''; if ($script = get_option('acobot_code_script')) { echo $script; } } } // display the admin options page function acobot_options_page() { $options_token = get_option('acobot_token'); $options_code_script = get_option('acobot_code_script'); ?>


Acobot is a automatic live chat widget. You should sign up the service to get your token.

Sign up Acobot service for free


" class="button-primary" />


This field can be empty, advanced users only. Please reference the document: Acobot API

" class="button-primary" />