Title: FB Comments, Like &amp; Send button problem
Last modified: August 21, 2016

---

# FB Comments, Like & Send button problem

 *  Resolved [teleanu](https://wordpress.org/support/users/teleanu/)
 * (@teleanu)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/fb-comments-like-send-button-problem/)
 * Warning: [http://www.styles.ro/gravity-summer-jam-2013/](http://www.styles.ro/gravity-summer-jam-2013/)
   is unreachable.
 * When clicking Send button i recive: The page at [http://www.styles.ro/gravity-summer-jam-2013/](http://www.styles.ro/gravity-summer-jam-2013/)
   could not be reached.
 * When checking the link in debug tool i recive:
 * Scrape Information
 * Error Parsing URL: Error parsing input URL, no data was scraped.
 * **settings in header**
 *     ```
       <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
   
       <!-- the default values -->
   
       <meta property="fb:app_id" content="207202826080065" />
   
       <meta property="fb:admins" content="100000394202014" />
   
       <!-- if page is content page -->
   
       <?php if (is_single()) { ?>
   
       <meta property="og:url" content="<?php the_permalink() ?>"/>
   
       <meta property="og:title" content="<?php single_post_title(''); ?>" />
   
       <meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />
   
       <meta property="og:type" content="article" />
   
       <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:site_name" content="<?php bloginfo('name'); ?>" />
   
       <meta property="og:description" content="<?php bloginfo('description'); ?>" />
   
       <meta property="og:type" content="website" />
   
       <meta property="og:image" content="http://www.styles.ro/wp-content/themes/STYLES/images/logo2.png" /> <?php } ?>
       ```
   
 * in single.php i have
 * `<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#
   xfbml=1"></script><fb:like href="" send="true" layout="button_count" width="450"
   show_faces="false" font=""></fb:like></div>`
 * for displaying the like & send buttons
 * and
 * `<div class="fb-comments" data-href="<?php the_permalink() ?>" data-num-posts
   ="2" data-width="590"></div>`
 * for displaying the comments box.
 * i’v deleted the codes for like, send & fb comments from single.php & installed
   Facebook plugin & i’m getting the same errors.
 * [http://wordpress.org/plugins/facebook/](http://wordpress.org/plugins/facebook/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [munkeyhouse](https://wordpress.org/support/users/munkeyhouse/)
 * (@munkeyhouse)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/fb-comments-like-send-button-problem/#post-4013223)
 * let me guess, your post was scheduled publish?
 * facebook has a problem scraping the data on scheduled posts, you are actually
   doing nothing wrong, this is facebooks issue. what is frustrating is they will
   not acknowledge the problem.
 * to fix it and get rid of the unreachable error, you have to either publish the
   post straight up and not schedule it…
 * or
 * once it is published, copy the url and put it into the facebook debugger and 
   force facebook to scrape the data again. Once you do that, the unreachable error
   will dissapear from your post and you can share and send like normal.
 * i actually just did it for you with the page you linked and removed the the unreachable
   error for ya. it’s annoying but until the facebook devs acknowledge the problem
   and fix it, we are handcuffed to these annoying workarounds…
 * GL HF
 *  Thread Starter [teleanu](https://wordpress.org/support/users/teleanu/)
 * (@teleanu)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/fb-comments-like-send-button-problem/#post-4013224)
 * Interesting…
 * If i use the debugger from the facebook account that i used to create the FBComments
   App… i still get
 * **Scrape Information
    Error Parsing URL: Error parsing input URL, no data was
   scraped.
 * Your post was very useful… i used another FB account for debugger & work like
   a charm.
 * But, now i have a question… why i can use the debugger from the account used 
   to create the FB Comments App. Why i’m getting that error with Scrape…
 * the post wasn’t scheduled. i don’t use that option.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘FB Comments, Like & Send button problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook_526fac.svg)
 * [Facebook](https://wordpress.org/plugins/facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook/reviews/)

## Tags

 * [fb comments](https://wordpress.org/support/topic-tag/fb-comments/)

 * 2 replies
 * 2 participants
 * Last reply from: [teleanu](https://wordpress.org/support/users/teleanu/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/fb-comments-like-send-button-problem/#post-4013224)
 * Status: resolved