• Hey even I was getting the same error
    I used these 2 tags in the head….

    <meta property=”og:image” content=”<?php echo wp_get_attachment_thumb_url( get_post_thumbnail_id( $post->ID ) ) ?>” />

    <meta property=”og:image” content=”<?php echo(get_post_meta($post->ID, “thumburl”, true)); ?>” />

    Pls check here http://www.krazytech.com/technical-papers/blue-brain

    And someone suggest me wat exactly to do ??

    What shd be the target url ???

  • The topic ‘Facebook like button is not working’ is closed to new replies.