' . esc_html__( 'Twitter settings', 'wordpress-seo' ) . ''; $yform->light_switch( 'twitter', __( 'Add Twitter card meta data', 'wordpress-seo' ) ); echo '

'; esc_html_e( 'Enable this feature if you want Twitter to display a preview with images and a text excerpt when a link to your site is shared.', 'wordpress-seo' ); echo '

'; echo '
'; $yform->select( 'twitter_card_type', __( 'The default card type to use', 'wordpress-seo' ), WPSEO_Option_Social::$twitter_card_types ); do_action( 'wpseo_admin_twitter_section' );