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
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.
(@teleanu)
12 years, 9 months ago
Warning: 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/ 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
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/