Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ddufferr

    (@ddufferr)

    the solutions/fixes I tried are

    – Used the opengraph meta tags
    – validated it on linter (no errors bur response 206)
    – I created a very simple html with meta tags only and hello world in body, the required information but still response remains 206 (I guess its not related to first X bytes/40k limit), and symptoms remain as above
    – Image also meets the og requirements of ratio and size
    – Refreshing each change with Linter/Debugger so I assume there is no cache to create problems

    im using following meta tags in head

    <meta property=”og:site_name” content=”my site”/>
    <meta property=”og:title” content=”my page title”/>
    <meta property=”og:description” content=”post description goes here”/>
    <meta property=”og:url” content=”https://www.dufferistan.com/test.html”/&gt;
    <meta property=”fb:admins” content=”1175346859″ />
    <meta property=”fb:app_id” content=”203931736308566″ />
    <meta property=”og:image” content=”https://s2.postimg.org/v5go7q1vt/duffbloglogo.png&#8221; />
    <meta property=”og:type” content=”article” />
    with only “hello world” in body

    the only problem seems is “Response Code 206” from Linter/Debugger

    even if i remove fb:admins/fb:app_id, result remains same

    primary objective is to get image/title/desc when url pasted on fb

Viewing 1 replies (of 1 total)