Viewing 7 replies - 1 through 7 (of 7 total)
  • Yes I have the same problem, posted aobut it elsewhere and no answers from anybody.

    When I disabled my facebook open graph in Yoast SEO-plugin this “more than one og:url” disappeard from facebook debugger.

    Somehow, I still can’t make my thumbnails to appear in the facebook recommendations bar 🙁

    Thread Starter prabukrishna

    (@prabukrishna)

    @ makeupedia

    Thank you my problem is cleared.

    //I still can’t make my thumbnails to appear in the facebook recommendations bar :(//

    If you don’t have a featured image in your post it will happen.For few posts i am also facing this problem

    and for others read the steps to solve this problem

    Error – More Than One OG URL Specified [Problem Solved]

    @prabukrishna I’m glad it helped! I had a featured image before, but I guess it got lost somewhere 🙂

    I shouldn’t have to choose featured image manually in each post, right?

    Thread Starter prabukrishna

    (@prabukrishna)

    @ Caroline

    I think you are correct. Because if you choose featured image you should not remove that.

    Previously i was using blogger then i moved to WordPress. So, for the older posts i don’t have thumbnails in the Facebook recommendations bar.

    I use thumbnails in my “related posts” and those are working, except from the thumbnails that comes from my newest posts (the new posts since I disabled the facebook open graph in YOAST).

    So it must be something wrong with my meta but I cant figure it out.

    This is what I got in header.php:

    <?php if (is_single()) { ?>
    <meta property="og:image" content="<?php if (function_exists('wp_get_attachment_thumb_url')) {echo wp_get_attachment_thumb_url(get_post_thumbnail_id($post->ID)); }?>" />
    <!– if page is others –>
    <?php } else { ?>
    <meta property="og:image" content="<?php bloginfo('template_url'); ?>/images/gravatar.png" />
    <?php } ?>

    Thread Starter prabukrishna

    (@prabukrishna)

    No idea. i can’t find this code in my header.php. 🙁

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error – More Than One OG URL Specified: Object at URL’ is closed to new replies.