problems with the goal to share on facebook

0

I am creating my web page, but now with the new api it asks me to share my publications with a link and through that facebook gets the images, titles, subtitles to generate the publication to share (since the previous api one put the parameters manually and it was PERFECT !!)

the problem that entered the happy "meta" after the "head" but when doing the test ... link I get it:

Could Not Connect To Server
Check that the webserver is running, and that there are no firewalls blocking Facebook's crawlers.

and according to me, I have well the data of the example page is in: link

<!DOCTYPE html>
<html lang="es-MX" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
  <meta charset="utf-8">
  <meta content="yes" name="apple-mobile-web-app-capable"/>
  <meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
  <title>PerritosPerdidos.ORG</title>
  <meta property="fb:app_id" content="1592837927687015" /> 
  <meta property="og:type" content="article" /> 
  <meta property="og:url" content="http://perritosperdidos.org/noticias/labrador-salva-venado" /> 
  <meta property="og:title" content="Perro labrador salva a un venado de morir ahogado (Video)" />
  <meta property="og:image" content="http://perritosperdidos.org/noticias/1500326913098.jpg" />
  <meta property="og:description" content="El ciervo se está recuperando de algunas garrapatas y una lesión ocular." />
<script type="application/ld+json">{
    "@context": "http://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [{
        "@type": "ListItem",
        "position": 1,
        "item": {
            "@type": "WebSite",
            "@id": "http://perritosperdidos.org/",
            "name": "Inicio"                                               
        }
    },{
        "@type": "ListItem",
        "position": 2,
        "item": {
            "@type": "WebPage",
            "@id": "http://perritosperdidos.org/noticias/",
            "name": "Noticias"
        }
    },{
        "@type": "ListItem",
        "position": 3,
        "item": {
            "@type": "WebPage",
            "@id": "http://perritosperdidos.org/noticias/labrador-salva-venado/",
            "name": "Perro labrador salva a un venado de morir ahogado (Video)"                                
        }
    }    ]
}
</script>
</head>

I call my hosting and after several tests they tell me "everything is fine" and they tell me that the problem is facebook, so I do not know what to do anymore ...

Anyone who is having problems or has had something similar?

    
asked by Luis Alberto Cárdenas Vargas 25.07.2017 в 02:54
source

1 answer

0

The problem looks like Facebook, because with another Open Graph debugger works fine.

    
answered by 25.07.2017 в 08:44