'; $tag .= "{lang: 'ja'}"; //言語設定はここで $tag .= ''; echo $tag; } function bps_generate_google_plus1_button() { global $post; $link = get_permalink(); $size = 'medium'; //サイズ設定はここで return "

"; } add_filter('the_content', 'bps_google_plus1_button_filter'); add_filter('wp_head', 'bps_google_plus1_button_head_filter');