Support » Plugins » dynamic og:url meta data

  • I’m using WordPress SEO by Yoast Plugin and I’ve checked the option to add Add Open Graph meta data.

    However, the standard function does not work well for me, because facebook does not scrape the deeplinks.

    So I need the plugin to output the og:url link dynamically, by using this function:

    “og:url” content=”<?php echo ‘http://website.com&#8217;.$_SERVER[‘REQUEST_URI’]; ?>”/>

    how can I do that?
    I’m a newbie 🙁
    please help me

  • The topic ‘dynamic og:url meta data’ is closed to new replies.