0

I'm having trouble using the Facebook sharer with my site www.moncorpsetmoi.com. The debugger says Can't download: Could not retrieve data from URL.

Any help, any ideas?

James
  • 5,137
  • 5
  • 40
  • 80
  • I already tried with an absolute URL, and I added open graph meta tags, the result is the same... Any site, without any point of the "facebook sharing checklist" is well shared. The (BIG) probleme is that it is impossible to share THIS site with sharer.php... Why ? Please, is there a facebook developer to help me ?? x) – user3388758 Mar 12 '14 at 10:38
  • It seems to be ok now in the facebook debugger (you can try it), but the facebook sharer.php still doesn't work ! I hope it is because of the cache of the facebook sharer. Thanks for your help – user3388758 Mar 17 '14 at 12:51
  • The facebook sharer.php still doesn't work with the front page of the site www.moncorpsetmoi.com. Any idea, help ? Thanks – user3388758 Mar 18 '14 at 10:35
  • I solve this probleme by adding "/index.php" to the url to share. But why a blank page when sharing the url without "/index.php" ? – user3388758 Mar 18 '14 at 14:31

1 Answers1

0

At first I think that, for sharer.php, you should include an absolute URL, (including http://) In addition, I can't see any OpenGraph meta tags in your page, debugger is trying to retrieve page information by looking for these meta tags, whose - in your case - are not present, and results an error message. see https://developers.facebook.com/docs/plugins/checklist/

General Grievance
  • 4,555
  • 31
  • 31
  • 45
  • En fait j'ai bien sûr essayé en URL absolue ou non, le résultat et le même. J'ai également ajouté les metas open graph sur toutes les pages du site, cela ne change rien. – user3388758 Mar 12 '14 at 10:16
  • I already tried with an absolute URL, and I added open graph meta tags, the result is the same... Any site, without any point of the "facebook sharing checklist" is well shared. The (BIG) probleme is that it is impossible to share THIS site with sharer.php... Why ? Please, is there a facebook developer to help me ?? x) – user3388758 Mar 12 '14 at 10:37
  • you should also modify the opening tag namespace/prefix: xmlns:fb="http://ogp.me/ns/fb#" prefix="og: http://ogp.me/ns#" That should solve your main issue. also, og:type, og:url, og:title, og:image are required tags, og:image is missing in your case. While facebook can replace missing / small images, this might result in an error/warning. You should also provide an fb:app_id, or at least an fb:admins tag with your own facebook userid, if don't have an app id yet. http://ogp.me/ – Balázs Ágasvári Mar 16 '14 at 21:23
  • It seems to be ok now in the facebook debugger (you can try it), but the facebook sharer.php still doesn't work ! I hope it is because of the cache of the facebook sharer. Thanks for your help – user3388758 Mar 17 '14 at 12:50
  • The facebook sharer.php still doesn't work with the front page of the site www.moncorpsetmoi.com. Any idea, help ? Thanks – user3388758 Mar 18 '14 at 13:50
  • I solve this probleme by adding "/index.php" to the url to share. But why a blank page when sharing the url without "/index.php" ? – user3388758 Mar 18 '14 at 14:31