FAQ


  • What plugin add for single content?

    og:locale – site locale og:site_name – blog title og:title – post/page/archive/tag/… title og:url – the post/page permalink og:type – “article” for single content and “website” for all others og:description – site description og:site_name – site name og:image: From a specific custom field of the post/page, or if not set from the post/page featured/thumbnail image, or…

  • What plugin add for all types of content?

    og:locale – site locale og:site_name – blog title og:title – post/page/archive/tag/… title og:url – the post/page permalink og:type – “article” for single content and “website” for all others og:description – site description og:site_name – site name

  • What plugin add for a single WooCommerce product?

    og:locale – site locale og:site_name – blog title og:title – post/page/archive/tag/… title og:url – the post/page permalink og:type – “article” for single content and “website” for all others og:description – site description og:site_name – site name og:image: From a specific custom field of the post/page, or if not set from the post/page featured/thumbnail image, or…

  • I installed OG and … nothing happens!

    Please be patient, sometimes you need more a day to see results. The reason for this is cache on Facebook. But check your plugins too and if you use caching plugins, try to do “flush cache” on your site. You can force FB to refresh OpenGraph data by using FB Sharing Debuger. Just go to…

  • How to setup image on the front page?

    Use filter “og_image_init”:

  • How to setup default image?

    You can use Simple SEO Improvements WordPress plugin, which is integrated with OG. Or use the filter “og_image_init”:

  • How to remove author?

    Just add this code:

  • How to filter whole meta tag?

    Use auto filters. If you have value like this: Then auto filter is created like this: og_ + (word before “:”) + _ + (word after “:”) + _meta In this case: og_og_title_meta

  • How to filter values?

    Use auto filters. If you have value like this: Then auto filter is created like this: og_ + (word before “:”) + _ + (word after “:”) + _value In this case: og_og_title_value

  • How to disable Schema.org output?

    Just add this code:

  • How to disable featured image as og:image?

    Use “og_allow_to_use_thumbnail” filter and return false.

  • How to disable author URL (article:author)?

    Use “og_article_author_value” filter, to return empty value for“article:author” key: