ID, 'cpi_text_option', true) == "yes" || get_post_meta($post->ID, 'cpi_text_option', true) == "") { $content.= '
'; $content.= 'Facebook'; $content.= 'Twitter'; $content.= 'LinkedIn'; $content.= 'Google'; $content.= '
'; } } return $content; }); // =================== // = POST OPTION BOX = // =================== add_action('admin_menu', 'ah_post_options_box'); function ah_post_options_box() { add_meta_box('post_info', 'AH Social share', 'ah_post_info', 'post', 'side', 'high'); } //Adds the actual option box function ah_post_info() { global $post; ?>

Add share buttons on this page:
ID, 'cpi_text_option', true) == "yes") { ?>    ID, 'cpi_text_option', true) == "no") { ?>