The content of the og tag is not being lifted when I share via fb. using sharethis

I am trying this on localhost. This is how I declared og tags. I am using sharethis.js

<meta property="fb:app_id" content="139430409442545"/>
    <meta property="og:site_name" content="ThinkVidya.com">
    <meta property="og:type" content="profile">
    <meta property="profile:first_name" content="kira woka">
    <meta property="profile:last_name" content="K">
    <meta property="og:url" content="http://localhost:8080/bangalore/kira-wok-k/735725 ">
    <meta property="og:title" content="kira woka K - Home Tutor in Bangalore for MBBS &amp;    Medical Tuition">
    <meta property="og:description" content="kira woka K provides Home Tuitions in Bangalore for  and MBBS &amp; Medical Tuition. kira woka K profile - My Teaching Philosophy:    
     My approach to teaching reflects the way I was taught by my own professors. The teachers...">

    <meta property="og:image" content="http://localhost:8080/images/photo-placeholder-190x190-Orange-M.jpg">

      

when i use fb showing it after popup

enter image description here

even without displaying the full url, you can see it in the screenshot above. am I missing anything to include?

+3


source to share


1 answer


facebook graph api gets information from its server side . the reason its non-collecting information is due to the fact that your localhost is not reachable from its servers . you can only test open graph tags after placing your site in a public url.



you can check open graph data here using facebook url debugger .

+5


source







All Articles