Forums

[Plugin: WordPress SEO by Yoast] Suggestion - Add Filter for OpenGraph Title (1 post)

  1. kevinlearynet
    Member
    Posted 4 months ago #

    The wpseo_title filter allows customizations of the title tag, but they aren't used on the OpenGraph og:title output. It would be great to sync any customizations made to title and og:title.

    I quickly patched this by changing Line 146 of class-opengraph.php to:

    echo "<meta property='og:title' content='".esc_attr( strip_tags( stripslashes( apply_filters( 'wpseo_title', $title ) ) ) )."'/>\n";

    Thanks for taking the time to put together such a great plugin Joost.

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 4 months ago by kevinlearynet
  • This topic is not resolved
  • WordPress version: 3.3.1