D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
fhblmjlrhosting
/
public_html
/
bearsilve.com
/
wp-content
/
plugins
/
button-contact-vt
/
inc
/
Filename :
admin.php
back
Copy
<?php if (!current_user_can('manage_options')) { wp_die(__('You do not have sufficient permissions to access this page.')); }?><div class="wrap vtdevs"> <h2>Button contact VT</h2> <h2 class="nav-tab-wrapper"> <a href="admin.php?page=contact_vt" class="nav-tab nav-tab-active">Button contact</a> <a href="admin.php?page=contact_vt_setting" class="nav-tab">Setting</a> <a href="admin.php?page=contact_vt_all_in_one" class="nav-tab">All in one</a> <a href="admin.php?page=contact_vt_showroom" class="nav-tab">Custom popup</a> <a href="admin.php?page=contact_vt_contact_form" class="nav-tab">Contact form</a> </h2> <?php if( isset($_GET['settings-updated']) ) { ?> <div id="message" class="updated"> <p><strong><?php _e('Settings saved.') ?></strong></p> </div> <?php } ?> <form method="post" action="options.php"> <?php settings_fields( 'bc-vt-settings-group' ); ?> <?php /* wp_nonce_field( 'name_of_your_action', 'name_of_your_nonce_field' ); Version: 5.0.0, by VanToanDevSEO */ wp_nonce_field( 'vtdevseo_form_action', 'vtdevseo_form_nonce' ); ?> <table class="form-table"> <tr valign="top"> <th scope="row">Hotline</th> <td> <input placeholder="0123 456 789" type="text" name="bc_vt_phone" value="<?php echo get_option('bc_vt_phone'); ?>" /> <label for="bc_vt_color_phone"> <input id="bc_vt_color_phone" class="my-color-field" name="bc_vt_color_phone" type="text" value="<?php echo get_option('bc_vt_color_phone'); ?>" /> </label> </td> </tr> <tr valign="top"> <th scope="row">Hotline 2</th> <td> <input placeholder="0123 456 789" type="text" name="bc_vt_phone2" value="<?php echo get_option('bc_vt_phone2'); ?>" /> <label for="bc_vt_color_phone"> <input id="bc_vt_color_phone" class="my-color-field" name="bc_vt_color_phone2" type="text" value="<?php echo get_option('bc_vt_color_phone2'); ?>" /> </label> </td> </tr> <tr valign="top"> <th scope="row">Hotline 3</th> <td> <input placeholder="0123 456 789" type="text" name="bc_vt_phone3" value="<?php echo get_option('bc_vt_phone3'); ?>" /> <label for="bc_vt_color_phone"> <input id="bc_vt_color_phone" class="my-color-field" name="bc_vt_color_phone3" type="text" value="<?php echo get_option('bc_vt_color_phone3'); ?>" /> </label> </td> </tr> <tr valign="top" style=" border-bottom: 1px dashed #bfbfbf; "> <th scope="row" valign="top">Hotline bar (show/hide)</th> <td> <label for="bc_vt_phone_bar"> <input id="bc_vt_phone_bar" name="bc_vt_phone_bar" type="checkbox" value="1" <?php echo get_option('bc_vt_phone_bar') == '1' ? 'checked="checked"' : '' ?> /> </label> </td> </tr> <tr valign="top"> <th scope="row">Zalo</th> <td><input placeholder="0123 456 789" type="text" name="bc_vt_zalo" value="<?php echo get_option('bc_vt_zalo'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Telegram</th> <td><input placeholder="Link telegram" type="text" name="bc_vt_telegram" value="<?php echo get_option('bc_vt_telegram'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Instagram</th> <td><input placeholder="Link instagram" type="text" name="bc_vt_instagram" value="<?php echo get_option('bc_vt_instagram'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Youtube</th> <td><input placeholder="Link youtube" type="text" name="bc_vt_youtube" value="<?php echo get_option('bc_vt_youtube'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Tiktok</th> <td><input placeholder="Link tiktok" type="text" name="bc_vt_tiktok" value="<?php echo get_option('bc_vt_tiktok'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Link fanpage</th> <td><input placeholder="Link fanpage" type="text" name="bc_vt_linkfanpage" value="<?php echo get_option('bc_vt_linkfanpage'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Whatsapp</th> <td><input placeholder="0123456789" type="text" name="bc_vt_whatsapp" value="<?php echo get_option('bc_vt_whatsapp'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Viber</th> <td><input placeholder="0123 456 789" type="text" name="bc_vt_viber" value="<?php echo get_option('bc_vt_viber'); ?>" /></td> </tr> <tr valign="top"> <th scope="row">Link map</th> <td> <input placeholder="Link google map" type="text" name="bc_vt_linkggmap" value="<?php echo get_option('bc_vt_linkggmap'); ?>" /> <label for="bc_vt_color_linkggmap"> <input id="bc_vt_color_linkggmap" class="my-color-field" name="bc_vt_color_linkggmap" type="text" value="<?php echo get_option('bc_vt_color_linkggmap'); ?>" /> </label> </td> </tr> <tr valign="top" style=" border-bottom: 1px dashed #bfbfbf; "> <th scope="row">Contact link</th> <td> <input placeholder="/contact-us" type="text" name="bc_vt_contact_link" value="<?php echo get_option('bc_vt_contact_link'); ?>" /> <label for="bc_vt_color_contact"> <input id="bc_vt_color_contact" class="my-color-field" name="bc_vt_color_contact" type="text" value="<?php echo get_option('bc_vt_color_contact'); ?>" /> </label> </td> </tr> <tr valign="top"> <th scope="row">ID fanpage</th> <td><input placeholder="" type="text" name="bc_vt_id_fanpage" value="<?php echo get_option('bc_vt_id_fanpage'); ?>" /> <label for="bc_vt_color_fb"> <input id="bc_vt_color_fb" class="my-color-field" name="bc_vt_color_fb" type="text" value="<?php echo get_option('bc_vt_color_fb'); ?>" /> </label><br> <i style=" margin-top: -20px; display: block; font-size: 13px; ">Find your Facebook ID? <a href="https://vantoandevseo.com/" target="_blank">help</a> or <a href="https://lookup-id.com/" target="_blank" rel="nofollow">click</a></i></td> </tr> <tr valign="top"> <th scope="row">Fanpage logged in greeting</th> <td><input style=" max-width: 300px; width: 100%; " placeholder="Hello! How can I assist you today?" type="text" name="logged_in_greeting" value="<?php echo get_option('logged_in_greeting'); ?>" /></td> </tr> </table> <?php _e( 'Note: If the messenger is not working please refer to the instructions <a href="https://vantoandevseo.com/" target="_blank">here</a>.', 'support_vtdevseo' ); ?> <?php submit_button(); ?> </form> <hr /> <h2><?php esc_html_e( 'Support', 'support_vtdevseo' ); ?></h2> <p> <?php _e( 'For submitting any support queries, feedback, bug reports or feature requests, please visit <a href="https://vantoandevseo.com/" target="_blank">this link</a>.', 'support_vtdevseo' ); ?> </p> <h2><?php esc_html_e( 'Help', 'support_vtdevseo' ); ?></h2> <p> <?php _e( 'Please visit <a href="https://www.facebook.com/VanToanDevSEO" target="_blank">this link</a>.', 'help_vtdevseo' ); ?> </p> <hr><h2>Dịch vụ web</h2> <ul><li>Thiết kế website, nâng cấp, clone</li><li>SEO BCG, SEO Approach;</li><li>Tối ưu web: Google PageSpeed, web performance, core web vitals;</li><li>Xử lý malware/virus, spam index, index spam;</li><li><a target="_blank" rel="noopener" href="https://link-do.net/">Xây dựng backlink</a>.</li></ul> <hr><h2>Liên hệ</h2> <ul><li><a target="_blank" rel="noopener" href="https://vantoandevseo.com/">vantoandevseo.com</a></li><li><a target="_blank" rel="noopener" href="https://fb.me/VanToanDevSEO">fb.me/VanToanDevSEO</a></li></ul> </div>