• I’m trying to use the Facebook comments plugin, I’ve put the following code in my comments.php file and it’s appearing but I’m getting a error “Warning: https://www.url.co.uk/blog/? is unreachable.” I’ve searched for solutions online but nothing has worked, it would be great if someone could help, thanks.

    I’m using the following code:

    <div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>
    <meta property="fb:app_id" content="217563054941531">
    <fb:comments href=”<?php echo get_permalink($post->ID); ?>” num_posts="5" width="950">
    <meta property="fb:admins" content="100002346092587"/>
    </fb:comments>
Viewing 1 replies (of 1 total)
  • Thread Starter the_doctor199

    (@the_doctor199)

    Looking at the problem again, is it searching for a URL with a “?” at the end of it? If so, how can I solve that problem? I noticed the problem when someone commented on a blog post and it posted it on their Facebook page and the link doesn’t work that’s posted as their status (as it has a ? on the end of the URL.)

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook comments URL Error’ is closed to new replies.