' . esc_html__( 'Facebook settings', 'wordpress-seo' ) . ''; $yform->light_switch( 'opengraph', __( 'Add Open Graph meta data', 'wordpress-seo' ) ); ?>

<head> */ printf( __( 'Add Open Graph meta data to your site\'s %s section, Facebook and other social networks use this data when your pages are shared.', 'wordpress-seo' ), '<head>' ); ?>

' . esc_html__( 'Frontpage settings', 'wordpress-seo' ) . ''; echo '

' . esc_html__( 'These are the title, description and image used in the Open Graph meta tags on the front page of your site.', 'wordpress-seo' ) . '

'; $yform->media_input( 'og_frontpage_image', __( 'Image URL', 'wordpress-seo' ) ); $yform->textinput( 'og_frontpage_title', __( 'Title', 'wordpress-seo' ) ); $yform->textinput( 'og_frontpage_desc', __( 'Description', 'wordpress-seo' ) ); // Offer copying of meta description. $meta_options = get_option( 'wpseo_titles' ); echo ''; echo '

', esc_html__( 'Copy home meta description', 'wordpress-seo' ), '

'; } echo '

' . esc_html__( 'Default settings', 'wordpress-seo' ) . '

'; $yform->media_input( 'og_default_image', __( 'Image URL', 'wordpress-seo' ) ); ?>

show_form(); do_action( 'wpseo_admin_opengraph_section' );