' . esc_html__( 'Pinterest settings', 'wordpress-seo' ) . ''; printf( '

%s

', __( 'Pinterest uses Open Graph metadata just like Facebook, so be sure to keep the Open Graph checkbox on the Facebook tab checked if you want to optimize your site for Pinterest.', 'wordpress-seo' ) ); printf( '

%s

', __( 'If you have already confirmed your website with Pinterest, you can skip the step below.', 'wordpress-seo' ) ); /* translators: %1$s / %2$s expands to a link to pinterest.com's help page. */ $p = sprintf( __( 'To %1$sconfirm your site with Pinterest%2$s, add the meta tag here:', 'wordpress-seo' ), '', '' ); printf( '

%s

', $p ); $yform->textinput( 'pinterestverify', __( 'Pinterest confirmation', 'wordpress-seo' ) ); do_action( 'wpseo_admin_pinterest_section' );